You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2024. It is now read-only.
Currently the Ajanottaja API requires you to set up some Auth0 flows and custom actions manually. This process involves creating two custom actions for post registration and pre-login flow, assigning them to the flows, and deploying them. If the scripts need to change in a breaking way the scripts need to be manually updated.
Instead the Ajanottaja API should be able to bootstrap the Auth0 setup itself using the Auth0 Management API. It can create the script (versions), make sure they are assigned to the flows, etc. When new versions are enabled the API can deploy them. This will help those that want to host Ajanottaja themselves without having to do lots of manual work.