This is an example of how to implement refresh tokens in NestJS.
This project is based on the article "How to Implement Refresh Tokens with Token Rotation in NestJS".
- Clone the repository:
git clone [email protected]:zenstok/nestjs-auth-refresh-token-example.git
- Start containers:
yarn dc up
- Initiate database:
yarn dc-db-init
(once)
If you want to clean the project, run command: yarn dc-clean
Contributions are welcome! If you encounter any issues or have suggestions for improvement, please open an issue or submit a pull request.
This project is licensed under the MIT License.
- Author - zenstok
- Twitter - @zenstok
- Blog - https://rabbitbyte.club
- Email - [email protected]