oauth-client
Redirects to an external OAuth provider. Usually for use as clickable links.
get/authorize
Query parameters
providerstring required
Name of the OAuth provider.
scopesstring required
Space separated list of OAuth scopes to pass on to provider.
invite_tokenstring
(Optional) A token representing a previous invitation of the user. A successful sign-in with OAuth will mark the invitation as completed.
redirect_tostring uri
(Optional) URL to redirect back into the app on after OAuth sign-in completes successfully or not. If not specified will use the "Site URL" configuration option. If not allowed per the allow list it will use the "Site URL" configuration option.
code_challenge_method'plain' | 's256'
(Optional) Method used to encrypt the verifier. Can be plain (no transformation) or s256 (where SHA-256 is used). It is always recommended that s256 is used.