siddharthrajaraja / ChatApp

1 stars 1 forks source link

JWT Auth Service #4

Open siddharthrajaraja opened 2 years ago

siddharthrajaraja commented 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)

siddharthrajaraja commented 2 years ago

Added jwt login and signup for auth routes, this issue will be open for all other routes as well.