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
I suggest the app switches from it's current Token based authentication to a JWT based authentication.
That should have the advantage of being more secure and should eliminate the need of Redis for authentication, eventually I would expect third party authentication would be used, eliminating the need for Redis in authentication.
For this to work, minor changes will have to be made to the front end
The text was updated successfully, but these errors were encountered:
I suggest the app switches from it's current Token based authentication to a JWT based authentication.
That should have the advantage of being more secure and should eliminate the need of Redis for authentication, eventually I would expect third party authentication would be used, eliminating the need for Redis in authentication.
For this to work, minor changes will have to be made to the front end
The text was updated successfully, but these errors were encountered: