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 was archived by the owner on Jul 25, 2024. It is now read-only.
In the project we're working on, we leave all the auth flow to the SDK.
Occasionally, the session is lost or expired and needs to re-connect.
It would be cool if the SDK provided a solution to handle the log in via a popup window, so we don't leave the site and don't need to handle all the state persistence/rehydration.
In the project we're working on, we leave all the auth flow to the SDK.
Occasionally, the session is lost or expired and needs to re-connect.
It would be cool if the SDK provided a solution to handle the log in via a popup window, so we don't leave the site and don't need to handle all the state persistence/rehydration.
Something around: https://github.com/authts/oidc-client-ts/blob/94c3bdc/src/UserManager.ts#L270
Is it possible? Or may it cause potential security issues?