General Auth Server Based on JWT Tokens. A NodeJs Project.
This is a self contained project.
It has one jwt auth server. It has 2 resource servers.
User can login to auth server and then use the access token and refresh token to stay connected. Tokens help user to stay authorized for resource servers.
Developer can use the jwt-auth-server for any of his application
Application can be tested by request.rest file. To run this file following are the requirements -
- VS Studio Code
- Plugin: https://marketplace.visualstudio.com/items?itemName=humao.rest-client
Another way to test would be by using postman.