Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvitoralb/learn-user-authentication
User Authentication with jsonwebtokens and passportjs
https://github.com/jvitoralb/learn-user-authentication
Last synced: about 1 month ago
JSON representation
User Authentication with jsonwebtokens and passportjs
- Host: GitHub
- URL: https://github.com/jvitoralb/learn-user-authentication
- Owner: jvitoralb
- Created: 2023-06-09T01:49:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-09T16:10:10.000Z (over 1 year ago)
- Last Synced: 2024-11-11T11:47:41.675Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Learn User Authentication
Branches:
- main - onde utilizei `passportjs` e `passport-jwt`.
- custom-jwt - utilizo apenas de `jsonwebtokens` para autenticar usuários.Aplicativo construído para estudar `User Authentication` e `Criptografia`.
Nesse mini-app foi utiliziado `Nodejs` com algumas bibliotecas como: `passportjs` e `jsonwebtokens`.Encontra-se, na pasta `cryptography`, alguns arquivos usados para aprender sobre criptografia, assim como, nas pastas `JWT` e `config/passport`, tem-se arquivos que foram utilizados para aprender como `jsonwebtokens` e `passport-jwt` funcionam.