Store user infos in the JWT tokens #12

Closed
opened 2021-08-20 17:39:24 -04:00 by william · 0 comments
Owner

Currently, logged in user infos are available through the endpoint at /api/user/current. These info can be stored in the JWT token themselves, which reduce the amount of request to the server and the network usage. It will also simplify the authentication in the frontend.

Currently, logged in user infos are available through the endpoint at `/api/user/current`. These info can be stored in the JWT token themselves, which reduce the amount of request to the server and the network usage. It will also simplify the authentication in the frontend.
william added the
feature
frontend
backend
labels 2021-08-20 17:39:37 -04:00
william added this to the Release 2.0 project 2021-08-20 17:39:41 -04:00
william self-assigned this 2021-08-20 17:39:45 -04:00
william referenced this issue from a commit 2021-08-27 18:44:31 -04:00
william referenced this issue from a commit 2021-10-12 21:46:18 -04:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ColorRecipesExplorer/Backend#12
No description provided.