Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/webxrahat/user-system-authentication


https://github.com/webxrahat/user-system-authentication

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

## Implement jwt authentication system with refresh tokens with Nodejs, JWT, MongoDB

+ `POST` User can register and login using username, password
+ Return a jwt access token and user details in body, and a http only refresh token in cookie.
+ logout Protected route Revoke the refresh token and clear the cookies
+ Api documentation Postman