Skip to main content

Module native

Module native 

Source

Structsยง

NativeQuery ๐Ÿ”’
NativeSubmit ๐Ÿ”’

Constantsยง

LOGIN_TOKEN_LENGTH ๐Ÿ”’

Staticsยง

LOGIN_HTML ๐Ÿ”’
REGISTER_HTML ๐Ÿ”’
TOKEN_FIELD ๐Ÿ”’

Functionsยง

complete_redirect ๐Ÿ”’
do_register ๐Ÿ”’
error_block ๐Ÿ”’
native_get_route ๐Ÿ”’
Renders the native login or registration page bound to a pending authorization request.
native_submit ๐Ÿ”’
native_submit_route ๐Ÿ”’
Authenticates (or registers) the submitted credentials and hands the resulting login token to the OIDC _complete endpoint to finish the authorization-code flow.
record_accepted_terms ๐Ÿ”’
render_login ๐Ÿ”’
render_page ๐Ÿ”’
render_register ๐Ÿ”’
require_native ๐Ÿ”’
terms_block ๐Ÿ”’
verify_credentials ๐Ÿ”’
Authenticate a local account by password, mirroring the /login password flow (password_login): password-origin accounts only, uniform error.