You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue will allow us to login a user to the application (through a JWT - JSON Web Token), and then leverage the session/token through future requests. This issue is linked to #9 as it requires state management.
The text was updated successfully, but these errors were encountered:
I've created a
/login
POST method to allow authentication for a user (https://redux.js.org/usage/nextjs). Currently it's justroot
,root
, however will be replaced by mongodb database. https://github.com/uug-ai/facial-access-control/blob/main/api/routers/http/jwt_middleware.go#L41-L69This issue will allow us to login a user to the application (through a JWT - JSON Web Token), and then leverage the session/token through future requests. This issue is linked to #9 as it requires state management.
The text was updated successfully, but these errors were encountered: