Auth0 Forms – Adding Policy Versioning

Auth0 Forms is a tool designed to allow identity flows to be extended with customisable forms and logic, allowing use cases like progressive profiling, policy acceptance, payment collection and more within the hosted login flows you've come to know and love from Auth0. For more detail on forms please refer to my earlier post Auth0 … Continue reading Auth0 Forms – Adding Policy Versioning

Automated Unit Testing with the Auth0 Actions Testing library

This article provides a step-by-step guide on setting up an automated unit test suite for Auth0 Actions using Kilterset's Auth0 Actions Testing library. It emphasizes the importance of automated tests for maintaining code reliability and offers practical instructions on creating tests, setting up the testing library, and running tests in the CI/CD pipeline.