Is there any high level guide on how I should setup Auth0 when I have a frontend React Application and an API then? The guide above does not really explain how it expects you to setup your own sessions.
Questions that come to my mind:
- Should I call Auth0 from React or from my backend API (Elixir/Phoenix)?
- At which point in time should my backend create a session for the user?
It would help to have an overview of how the normal registration, login and authentication process would work (which part makes which request in which order).