govindrai / LPN-Fitness-App

Helps organizations take charge of their people's well being and promote healthier lifestyles through fitness competitions. Built on Node.js
https://lpnfitness.herokuapp.com/
0 stars 0 forks source link

Refresh Token Functionality #103

Open govindrai opened 5 years ago

govindrai commented 5 years ago

Right now, users will be logged out automatically after an hour. The refresh token is already being generated but the logic to check for it when an access token is required and checked against the database is not.