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.
OAuthActions and Initiation
Preferred login action:
authLoginOauth
Legacy alias (still supported):
oauthLoginHook
Initiate the flow by navigating to
/oauth/{provider}
via apath
action (e.g.,/oauth/google
)Your callback landing page should run
authLoginOauth
inonFormLoad
to finalize login
Last updated