Closed 5tarlight closed 1 year ago
Currently, we are using jwt to handle authorized actions. In this project, JWT token can lives for only 30 mins and user will be logged out after 30 min. And there is no token validation process.
jwt
Currently, we are using
jwt
to handle authorized actions. In this project, JWT token can lives for only 30 mins and user will be logged out after 30 min. And there is no token validation process.