Open siddharthrajaraja opened 2 years ago
This is JWT auth middleware that is added to authenticate user during login. This sends necessary auth token when user logs in the app and verifies whether user session is valid (not expired)
Added jwt login and signup for auth routes, this issue will be open for all other routes as well.
This is JWT auth middleware that is added to authenticate user during login. This sends necessary auth token when user logs in the app and verifies whether user session is valid (not expired)