Replies: 1 comment 1 reply
-
Theoretically speaking. How is that possible? Even if you use token based authentication, you still have to check with the backend to ensure that token is still valid and not been revoked/expired |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Web Guard as authentication method and login/logout is working well but I need to make private routes in my React app and I don't know how to do this using the cookie based authentication without making HTTP request every time I reload a private route. Is there a way to make it simpler?
Beta Was this translation helpful? Give feedback.
All reactions