OAuth

OAuth sign-in with external identity providers.

This page references the existing OAuth guide to avoid duplication while we consolidate the new Authentication section.

OAuth

Actions and Initiation

  • Preferred login action: authLoginOauth

  • Legacy alias (still supported): oauthLoginHook

  • Initiate the flow by navigating to /oauth/{provider} via a path action (e.g., /oauth/google)

  • Your callback landing page should run authLoginOauth in onFormLoad to finalize login

Last updated