User Settings
Authgear offers prebuilt frontends for essential authentication features, including user settings pages.
Last updated
Authgear offers prebuilt frontends for essential authentication features, including user settings pages.
Last updated
The User Settings page provides a prebuilt user interface for logged-in users of an Authgear project to view and edit their account settings.
The end-user can perform the following actions on the setting page:
Change their password.
Add or change their email, phone number, or username.
Connect or disconnect to identity providers.
Manage their signed-in sessions.
Enable or disable 2-step verification.
and many more.
Use the open()
method of the Authgear Web SDK to open the built-in settings page.
If you are working on a mobile app, you can open the settings page using any of our mobile SDKs. When the end-user has signed in, the SDK provides a method to open the settings page in a Webview.
In a web-based application, you may want to add the "Back to my app" button to the settings page so the user can navigate back to your website after changing the settings.
To enable the back button, navigate to Branding > Design in Authgear Portal. Toggle the Show “Back to your app” button in the settings page switch on. Enter the destination URL for the 'Back to my app' button below the switch.
Click Save to apply your new settings.
You can customize the look and feel of the User Settings page using the UI design tool in Authgear Portal.
Navigate to Branding > Design in Authgear Portal to customize the User Settings page.
The theme (dark, light, or auto), logo, colors, border, etc. you set for AuthUI will also apply to the User Settings page.