Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.