curl --request GET \
--url http://localhost:8091/api/auth/config{
"data": {
"directLoginEnabled": true,
"openRegistration": true,
"socialProviders": [
"<string>"
],
"requireEmailVerification": true,
"smtpConfigured": true
}
}Returns the authentication configuration. Called by the frontend on load to determine available login methods and social providers.
curl --request GET \
--url http://localhost:8091/api/auth/config{
"data": {
"directLoginEnabled": true,
"openRegistration": true,
"socialProviders": [
"<string>"
],
"requireEmailVerification": true,
"smtpConfigured": true
}
}Auth configuration
Show child attributes