Returns the login and signup configuration together with the resolved form field definitions the auth screens render.
Endpoint
Method:
GETPath:
/admin/auth-settingsEdition: Core
Controller:
AdminController@getAuthSettingsRoute source:
fluent-community/app/Http/Routes/api.php:112Controller source:
fluent-community/app/Http/Controllers/AdminController.phpRequires the FluentCommunity community-admin permission (or a WordPress super admin).
Reading is available in core, but saving these settings is a Pro endpoint.
Live sample
The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.
GET Get Auth Settings
Returns the login and signup configuration together with the resolved form field definitions the auth screens render.
Controller: AdminController@getAuthSettings
Route source: fluent-community/app/Http/Routes/api.php:112
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Responses
Successful response