KeenAuthPermissions.Providers.AuthProvider (keen_auth_permissions v0.1.1)
Summary
Functions
Link to this function
activate_email(user_id)
Link to this function
add_to_default_groups_in_tenant(target_user_id, tenant_id)
Link to this function
create_auth_event(created_by, user_id, event_type, target_user_id, payload_map)
Link to this function
create_email_verification_token(user_id, auth_event_id, token)
Link to this function
create_password_reset_token(method, user_id, auth_event_id, token)
Link to this function
db_context()
Link to this function
get_user_by_id(user_id)
Link to this function
get_user_identity_by_email(email)
Link to this function
register_user(email, hashed_password, name)
Link to this function
update_password(user_id, hashed_password)
Link to this function