Hello, Actions provides utility methods to encode and decode a JWS token, but you can encode your token and pass it to the external service following the code snippet below:
Hi! Auth0 supports the linking of user accounts from various identity providers. This allows a user to authenticate from any of their accounts and still be recognized by your app and associated with the same user profile. We recommend you to use Account Linking in Actions but you can also use Account Linking Extension.
You can find more implementation details in Auth0 Docs.
Hello! We are continuously adding more use cases to the pre-registration trigger but please do understand we have significantly more use cases and traffic in the post-login trigger. You can refer to this Auth0 Management API v2 doc on how to delete the unwanted accounts using the Management API.
Hello, we donāt have support for Post User Registration Actions with Passwordless Signup yet. It is not supported in Early Access but the team is working on adding support for that.
Hello Chris, Account Linking is done through management API and switching the user account is available through api.authentication.setPrimaryUser() . This feature is only available in the latest version of the APi for Post-login, so please make sure that you are using v3 . You can find out more information at this doc:
Hello Ty, We are working closely with the developer community to close off all feature parity gaps between Rules and Actions, while making our product secure with best practices. We have closed off major parity gaps but evaluating some minor ones that might lead to risk against best practice. All valid parity gaps will be addressed before the end of the life of Rules, please check our latest parity release.
Hello James, We are working on our pricing and packing for extensibility and will provide updates with a plan to align developer experience with development productivity.
Hello Quentin, we have prepared technical detailed documents on how to migrate to Actions, you can follow the steps below and keep your Actions in the same order as your original Rules, the functionality should be identical.
We also have a dedicated Move to Actions page that highlights feature comparisons, an Actions demo, and other resources to help you on your migration journey.
Hello Leila, thanks for your feedback. We are continuously providing new feature highlights and coverages throughout Auth0 Blog. Please see some of the highlights below.
Hello, we have prepared a technical detailed document on how to migrate to Actions, you can follow the steps below and keep your Actions in the same order as your original Rules, the functionality should be identical.
We also have a dedicated Move to Actions page that highlights feature comparisons, an Actions demo, and other resources to help you on your migration journey.
Hello Anton, The Delegated Administration Extension (DAE) allows you to grant administrative permissions to a selected group of people without providing access to any other area. Delegated administration extension can be leveraged through Actions, and you can find out more information throughout our Docs.
You can use the Authorization Core feature set to create and manage roles for the DAE using Actions
Hello Ki, thanks for your feedback. We are looking into adding new pre-login triggers in Actions to meet your use case to access app_metadata.previous_login data, however, we donāt have a plan for Typescript at this moment.
Hooks as a legacy extensbility will no longer receive active development and will be deprecated in Nov, 2024.
Thanks, so can you confirm we can continue using the account linking extension (which uses Rules & Hooks to work)? We really donāt want to re-implement all that logic ourselves.
Hello! Account linking is now available for Actions and we recommend that you move to Actions-based account linking from extension, as it will follow its own product development cycle that we donāt plan to continue support with.