UA-Smart-Signage-Platform / Content-Manager-System-and-Content-Creator-Tool

Content Manager System and Content Creator Tool developed to facilitate the presentation of information.
GNU General Public License v3.0
1 stars 0 forks source link

Login: Update state management of login #181

Closed fungame2270 closed 1 month ago

fungame2270 commented 2 months ago

Describe the feature

This issue aims to refactor the management of the jwt token and session on the frontend side of the application.

Proposed Solution

Using the zustand library create a global state to manage the session on the browser and using the TypeScript Cookie create a Cookie to save the jwt token.

Other Information

pdPinho commented 1 month ago

@fungame2270 Do not forget to create a description for this issue and then close it as it has been solved on #188