type

AuthAccess

Rules for login, sessions, recovery, API keys, and external authentication.

Source ridu.go:52

LoginAuthAccessRule
Controls password and external-strategy login.
PasswordResetAuthAccessRule
Controls forgot-password and password-reset operations.
VerificationAuthAccessRule
Controls email-verification operations.
APIKeyAuthAccessRule
Controls API-key creation and revocation.
SessionAuthAccessRule
Controls session listing and revocation operations.

A nil rule allows its operation. These rules complement collection CRUD access; they do not replace it.