View Source Rivet.Auth (rivet_ident v3.1.2)

Public interface to authentication and authorization functions.

Summary

Functions

Link to this function

authz_action(user, assertion, method \\ nil, kwlog \\ [])

View Source
Link to this function

change_password(code, new)

View Source
@spec change_password(Rivet.Ident.UserCode.t(), String.t()) :: boolean()
Link to this function

change_password(user, current, new)

View Source
@spec change_password(Rivet.Ident.User.t(), String.t(), String.t()) :: boolean()
Link to this function

check_authz(user, assertion)

View Source