oauth

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.

Changes