All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning
- Adds support for SAML metadata
- Adds Multitenancy support to the dashboard
- Fixes link to swaggerhub for create new user popup
- Fixes a regression bug in user management dashboard that causes the add user button to not be visible when there is only one tenant.
- Removes the tenants list API and uses the login methods API to get tenants and its login methods
- Fixes UI bugs on search and Login methods section in userDetails page.
- Improves UX when deleting a user from the dashboard.
- Fixes Deleting linked accounts on user details page.
- Fixes scroll issues on diffrent browsers.
- Fix typo on user roles section on user details page.
- Fixed access denied modals zIndex value.
- Added Creating Passwordless and EmailPassword users from the user management dashboard.
- Improve UX when showing feature not enabled message for UserRoles recipe.
- Adds user roles and permissions feature to dashboard.
- Adds click action to the entire user row.
- Fixes showing email verification UI even though it's not initialised.
- Fixes dashboard signin form input styles issue.
- Fixes dashboard signin form styles issue.
- Fixes an issue where user details would not load if user meta data was not enabled in the backend
- Updates the text for the popup that shows when deleting a user to explain that it will also delete all linked accounts
- Adds support for account linking
- Enforces read, write permissions for allowed user on the user management dashboard.
- Changes an asset to match the rest of the site. (Credit: karishmashuklaa)
- Fixed issues where DELETE request had header
"Content-Type": "application/json"
- Adds the ability to choose a tenant when viewing the list of users
- User details now displays all the tenants associated with that user
- Fixes an issue where trying to update a user's metadata would result in a screen error if the edited meta data was an invalid JSON. The error is now a local error for the meta data section in the case of failures.
- Fixes an issue where updating user meata data would result in an error if the entire field was cleared
- Fixes an issue where the user's initial would render as "FF" if the user metadata recipe was not initialised
- Fixes an issue where the sign in form would not work with auto filled entries
- Fixes an issues where search was enabled even for older versions.
- Fixes an issues where searching from any other page other than first one would result in in-correct results
- Attempts to fix an issues where searching from any other page other than first one would result in in-correct results
- Adds search functionality to the dashboard
- Adds telemetry to the dashboard
- Fixes an issue where notifications would appear behind the sign out button
- General aesthetic fixes for the dashboard UI
- Fixes an issue where entering an incorrect API key would refresh the page
- Removes logic where user's email and phone was obfuscated if the demo core connection uri was used
- Changes the title on the sign in page
- Fixes an issue where user's emails and phones were obfuscated
- Adds email password based login to the dashboard that can be used instead of API keys
- Added build files to ensure the previous version becomes effective.
- Imported the static logo from the folders instead of fetching it from githubusercontent (which is unaccessible for some Indian ISP's, resulting in broken images).
- Add a banner to indicate beta status
- Fixes an issue with user details if the user does not exist
- Adds an empty request body for all APIs by default to prevent body validation failures (#59)
- Fixed an issue where the user's name would render incorrectly
- Fixed an issue where updating user information for third party recipe users would fail
- Fixed a UI glitch when entering the api key
- Fixed an issue where user details would fail to load because of user meta data not being enabled
- Added user detail page to show the detailed info from the list of users
- Add the ability to edit user information
- Enhancements
- Fixes an issue where validation error for the API key would render incorrectly
- Hides user input when entering the API key
- Added a paginated list of all users that have signed up to your app
- Added API key based authentication