Core Authentication Providers
Email / Password
Email / password authentication is enabled by default. It can be disabled by setting
AUTH_CREDENTIALS_LOGIN_ENABLED to false.
Email codes
Email codes are 6 digit codes sent to a provided email. Email codes are enabled when transactional emails are configured using the following environment variables:
AUTH_EMAIL_CODE_LOGIN_ENABLEDSMTP_CONNECTION_URLEMAIL_FROM_ADDRESS

