Currently, my backend gives me access and a refresh token to authorize users. In a previous project, I've just saved tokens into local storage and authorized users client-side.
My current project is locked for public users, I am showing an alert with information that the app is only for registered users only.
Is there any way to authorize users SSR and get rid of tokens from local storage?