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
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
When starting a new session and credentials are stored client-side, we should call an endpoint on the API (maybe called /user) that validates the credentials and responds either 200 or 401 depending on whether they are still valid. If the response is 401, we should clear client-side auth data to ensure the UI renders in the logged-out state.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When starting a new session and credentials are stored client-side, we should call an endpoint on the API (maybe called
/user
) that validates the credentials and responds either 200 or 401 depending on whether they are still valid. If the response is 401, we should clear client-side auth data to ensure the UI renders in the logged-out state.The text was updated successfully, but these errors were encountered: