Hi there,
I have a customer who already use auth0 within their organisation.
I’m building a new app in Laravel and need to integrate against auth0.
I’ve seen the example app and I’ve managed to use this to integrate auth0 at a very base level of either authenticated or unauthenticated.
I want to introduce 2 roles of publisher and guest but given all authentication follows the same flow, I can’t see how to introduce this particular distinction.