├── index.html
└── readme.md
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
132 |
133 |
134 |
A Token Walks into A SPA
135 |
136 | Lorem ipsum dolor sit amet, has nisl nihil convenire et, vim at aeque inermis reprehendunt.
137 |
138 |
139 | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Odio nobis, dolorem! Debitis, amet esse consequatur, est quasi hic ratione voluptatum sequi repudiandae rem illum repellendus tempore provident tenetur non. Voluptas.
140 |
141 |
142 |
143 |
144 |
149 |
150 |
151 | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tempore id iusto culpa labore, laborum, vitae perferendis praesentium incidunt necessitatibus quasi officia, dicta atque harum aliquam rerum inventore quam tempora fugit?
152 |
153 |
154 |
155 |
156 |
163 |
164 |
165 |
166 |
167 |
168 |
169 |
173 |
174 |
175 |
178 |
179 |
180 |
181 |
182 |
183 |
184 |
Video
185 |
186 | Lorem ipsum dolor sit amet, has nisl nihil convenire et, vim at aeque inermis reprehendunt.
187 |
188 |
192 |
193 |
194 |
195 |
196 |
Pictures
197 |
198 |
199 |
203 |
204 |
208 |
209 |
213 |
214 |
215 |
216 |
217 | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tenetur, laudantium id commodi quod sunt quidem sed quam, corporis itaque consequatur, quo reprehenderit nemo. Corporis quidem accusantium minus cumque nemo nisi.
218 |
219 |
220 |
221 |
222 |
223 |
--------------------------------------------------------------------------------
/readme.md:
--------------------------------------------------------------------------------
1 | # Auth0 AMP Example
2 |
3 | This simple AMP example goes along with [Auth0's tutorial]() which shows how to get started with an [AMP project](https://github.com/ampproject/amphtml).
4 |
5 | Simply clone/fork and serve.
6 |
7 | ## License
8 | MIT
9 |
10 | ## What is Auth0?
11 |
12 | Auth0 helps you to:
13 |
14 | * Add authentication with [multiple authentication sources](https://docs.auth0.com/identityproviders), either social like **Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, amont others**, or enterprise identity systems like **Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider**.
15 | * Add authentication through more traditional **[username/password databases](https://docs.auth0.com/mysql-connection-tutorial)**.
16 | * Add support for **[linking different user accounts](https://docs.auth0.com/link-accounts)** with the same user.
17 | * Support for generating signed [Json Web Tokens](https://docs.auth0.com/jwt) to call your APIs and **flow the user identity** securely.
18 | * Analytics of how, when and where users are logging in.
19 | * Pull data from other sources and add it to the user profile, through [JavaScript rules](https://docs.auth0.com/rules).
20 |
21 | ## Create a Free Auth0 Account
22 |
23 | 1. Go to [Auth0](https://auth0.com) and click Sign Up.
24 | 2. Use Google, GitHub or Microsoft Account to login.
--------------------------------------------------------------------------------