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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
a6eafa4: Add OAuth provider UI to the built-in auth screens. The sign-in view now lists configured
providers (via listOAuthProviders) as "Continue with " buttons that start the flow
and redirect to the IdP, and a new /oauth/callback route finishes the login (reads code/state,
calls finishOAuthLogin) and lands the user on the app. Closes the gap where the SDK exposed the
OAuth client methods but had no UI or callback route to drive them.