full implementation of jwt
- user can register with signup details
- user can login
- once user logged in successfully
- after login user will be able to generate token
- with the generated token now user can fetch any resources from server
- when user logged out then that token will be invalidate
- and also there is auto expiry of token after 15 minutes
for session management I have used REDIS b/c of low latency