Skip to content

Commit 938c475

Browse files
authored
Merge pull request #12 from Authmaker/feature/updating-introduction
extending the introduction to authmaker
2 parents 631b13b + a1e3716 commit 938c475

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

getting-started/overview.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
---
22
title: Overview
33
---
4-
5-
Authmaker provides simple tools for building backend applications with secure authentication and payment processing - all designed to work with Ember straight out of the box.
4+
Authmaker provides simple tools for building full-stack applications with secure authentication and payment processing - all designed to work with Ember straight out of the box.
65

76
## Using Authmaker
87

9-
New to backend development? No problem! Authmaker was designed to be an inclusive platform. While basic familiarity with Javascript and Ember _is_ recommended, our mission is to make fullstack development straightforward, painless, and productive.
8+
New to backend development? No problem! Authmaker was designed to be an inclusive platform. While basic familiarity with Javascript and Ember _is_ recommended, our mission is to make full-stack development straightforward, painless, and productive.
109

11-
Consider yourself a backend whiz? Authmaker lets you develop your APIs faster, without sacrificing customization. Focus on building your app's unique functionality and features, not boilerplate config and security standards.
10+
Consider yourself a backend whiz? Authmaker lets you develop your APIs faster, without sacrificing customisation. Focus on building your app's unique functionality and features, not boilerplate config and security standards.
1211

13-
We believe that you shouldn't need to be a security expert in order to build secure web apps. Authmaker lets you focus on **your application**, not authentication. Authmaker's opinionated curriculum provides you with a fullstack solution that _works_ - no messy configuration, no treacherous learning curve.
12+
We believe that you shouldn't need to be a security expert in order to build secure web apps. Authmaker lets you focus on **your application**, not authentication. Authmaker's opinionated curriculum provides you with a full-stack solution that _works_ - no messy configuration, no treacherous learning curve.
1413

1514
## The Authmaker curriculum
1615

17-
Authmaker was designed as part of a fullstack curriculum meant to help you build and deploy apps faster.
16+
Authmaker was designed as part of a full-stack curriculum meant to help you build and deploy apps faster.
1817

1918
- **[Ember.js](https://emberjs.com/)** _(frontend)_
2019
- **[Node.js](https://nodejs.org/en/) & [Express.js](https://expressjs.com/)** _(backend)_
2120
- **[MongoDB](https://docs.mongodb.com/)** _(database)_
22-
- **Authmaker** _(authentication)_
21+
- **[Authmaker](https://authmaker.com/)** _(authentication)_

index.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
---
2-
title: Guides
2+
title: Introduction
33
---
44

55
Welcome to the Authmaker Guides! Start here if you're new to Authmaker and want to learn more.
66

77
## What is Authmaker?
88

9-
Authmaker is a platform that helps you to build authenticated backend applications that work seamlessly with Ember.
9+
Authmaker is a platform that helps you to build authenticated backend applications that work seamlessly with Ember. We are working on extending our explanation of what Authmaker is but for now you can follow [Chris](https://twitter.com/real_ate) and [Julia](https://twitter.com/username_juliaD) go into more detail on Episode 1 of the Authmaker podcast
10+
11+
<iframe frameborder='0' height='200px' scrolling='no' seamless src='https://embed.simplecast.com/a0bb8b35?color=3d3d3d' width='100%'></iframe>
1012

1113
## The guides
1214

1315
These guides are meant to be a practical introduction to the core concepts of Authmaker. We will cover the Authmaker workflow step by step, from initial development to deployment. Each section builds on the previous, so newcomers should start here and work their way down the table of contents.
1416

15-
Let's get started!
17+
We are in beta mode so we are only enabling a very small number of people who have an app that they would like to build. If you have a "Single Feature App" that you would like to build you can [apply to be an Authmaker Pioneer](https://auth.authmaker.com/signup?response_type=token&client_id=8cf974db639e587d678374ae9d1be2a7f8c7041c&redirect_uri=https%3A%2F%2Fapp.authmaker.com%2Flogin) now!
18+
19+
Otherwise, if you are already an Authmaker Pioneer, Let's get started!.

pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
- title: "Beginner Guides"
1+
- title: "the Introduction"
22
url: "index"
33
skip_toc: true
44
pages:
5-
- title: "Guides"
5+
- title: "Introduction"
66
url: ""
77

88
- title: "Getting Started"

public/images/header.svg

-1
This file was deleted.

0 commit comments

Comments
 (0)