Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfredosumosav/auth0
https://github.com/alfredosumosav/auth0
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alfredosumosav/auth0
- Owner: alfredosumosav
- Created: 2023-07-14T20:56:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-14T21:45:30.000Z (over 1 year ago)
- Last Synced: 2023-07-18T16:48:43.959Z (over 1 year ago)
- Language: JavaScript
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Curso Prático de Auth0
Este curso puede tomarse en [https://platzi.com](https://platzi.com/guillermorodas)## Modulos
1. Introducción a Auth0
2. Conexiones sociales
3. Conexiones sin password
4. Protegiendo una API
5. Auth0 SDKs
6. Administración de usuarios
7. Reglas y Acciones en Auth0
8. Multifactor Authentication
9. Casos en producción## Requerimientos
* JavaScript básico
* Backedn básico## Slides
https://glrz.me/slides-auth0## Branches
Las ramas están ordenadas tal y cómo van aparenciendo el curso.
* [Autenticación rápida con el SDK de Next.js](https://github.com/glrodasz/platzi-practico-auth0/tree/develop/packages/favlr)
* [¿Cómo hacer un login con GitHub?](https://github.com/glrodasz/platzi-practico-auth0/tree/como-hacer-un-login-con-github)
* [¿Cómo hacer un login custom con Discord?](https://github.com/glrodasz/platzi-practico-auth0/tree/como-hacer-un-login-custom-con-discord)
* [¿Cómo proteger un endpoint?](https://github.com/glrodasz/platzi-practico-auth0/tree/como-proteger-un-endpoint)
* [Single Page Apps: React SDK](https://github.com/glrodasz/platzi-practico-auth0/tree/single-page-apps-react-sdk)
* [Regular Web Apps: Express SDK](https://github.com/glrodasz/platzi-practico-auth0/tree/regular-web-apps-express-sdk)
* [Machine to Machine: Express](https://github.com/glrodasz/platzi-practico-auth0/tree/machine-to-machine-express)
* [Implementación Firebase Auth, Admin](https://github.com/glrodasz/platzi-practico-auth0/tree/implementacion-firebase-auth-admin)
* [Implementación Firebase Auth, Rules](https://github.com/glrodasz/platzi-practico-auth0/tree/implementacion-firebase-auth-rules)