Implementin hybrid auth flows

Another thing I was thinking is to make the authorization in the front directly to auth0 and then using the token to make the calls to my express js app and validating the token there, on the daemon side just using the client grant to get access token, Im wondering if the Middleware can validate tokens from different apps at the same time