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
Currently our session manager & authentication flow uses an automatic user detection based on session cookies with hono-sessions, this allows a super great DX working with APIs from the backend.
But chrome is phasing out 3rd-party cookies, we need to add another session manager to support usecases where we use different domains for the frontend and backend, maybe a Bearer JWT that contains the session id? Where would we store the session data?
The text was updated successfully, but these errors were encountered:
NamesMT
changed the title
Refactoring the authentication flow before 2025
Refactoring the authentication flow?
Jun 8, 2024
NamesMT
changed the title
Refactoring the authentication flow?
Add another session manager that doesn't depends on cookies
Jun 8, 2024
NamesMT
changed the title
Add another session manager that doesn't depends on cookies
Add a non-cookie session manager for different domains usecase.
Jun 8, 2024
Currently our session manager & authentication flow uses an automatic user detection based on session cookies with
hono-sessions
, this allows a super great DX working with APIs from the backend.But chrome is phasing out 3rd-party cookies, we need to add another session manager to support usecases where we use different domains for the frontend and backend, maybe a Bearer JWT that contains the session id? Where would we store the session data?
The text was updated successfully, but these errors were encountered: