Laravel Passport and Auth0 Middleware

I have two applications, one for frontend and backend. On the frontend I am using reactjs and on the backend I am using Laravel. We want to use our database users as well as implement auth0 sso. Would it be possible to combine auth0 and laravel passport middleware?

1 Like