Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loanmatteusz/auth-refresh-token-jwt
A user app with authentication and token refreshing
https://github.com/loanmatteusz/auth-refresh-token-jwt
express jwt nodejs prisma refresh-token typescript
Last synced: 6 days ago
JSON representation
A user app with authentication and token refreshing
- Host: GitHub
- URL: https://github.com/loanmatteusz/auth-refresh-token-jwt
- Owner: loanmatteusz
- Created: 2022-07-27T01:03:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T23:02:34.000Z (over 2 years ago)
- Last Synced: 2023-05-10T21:36:52.396Z (over 1 year ago)
- Topics: express, jwt, nodejs, prisma, refresh-token, typescript
- Language: TypeScript
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Refresh Token Application
*In this app I learn about refresh tokens and their usage in authentications and permission for routes.*
### How to use this project:
- First clone this repository and type your environments in a file `.env`;
- Run `yarn && yarn prisma migrate dev` and type the name of migration;
- Finally, run `yarn dev`.