sef-global / scholarx-frontend

This is the frontend of the ScholarX
MIT License
5 stars 49 forks source link

Implement refresh access token handling in frontend #158

Open Madhawa97 opened 3 weeks ago

Madhawa97 commented 3 weeks ago

Is your feature request related to a problem? Please describe.

The current authentication system doesn't provide optimal security and user experience. Users may be logged out too frequently or stay logged in for too long, posing security risks.

Describe the solution you'd like

Enhance the frontend authentication system to use refresh and access tokens for improved security.

Describe alternatives you've considered

Additional context