Topic cluster

Authenticate

Prove an identity using credentials tokens or additional factors.

View topic page

15 items

The remaining keywords do not make a useful further split. All matching documentation is listed below.

Notifications

observe_auth_reset/2

First to check for password reset forms, return undefined, ok, or {error, Reason}.

Notifications

observe_logon_options/3

Check for logon options, called if logon_submit returns undefined. This is used to fetch external (or local) authentication links for a username. Return:: map()

Notifications

observe_logon_submit/2

Handle a user logon. The posted query args are included. Return:: {ok, UserId} or {error, Reason}