https://github.com/gitlherme/oauth-example
https://github.com/gitlherme/oauth-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitlherme/oauth-example
- Owner: gitlherme
- Created: 2021-09-01T23:59:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-02T00:01:18.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T21:48:39.942Z (over 1 year ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OAuth 2.0 Example
Exemplo utilizado para aula de Autenticação e Autorização no IGTI
## Login com Facebook
- Criar um novo projeto no Facebook Developers
- Criar o arquivo `.env` com as informações de acesso ao Facebook, que estão disponíveis no `.env.example`
- Rodar o comando `npm install`
- Rodar o comando `npm run dev` para iniciar o servidor
- Acessar `localhost:3000` e tentar fazer o login com Facebook