I'm trying to use node's Express Gateway as a OAuth2 Client, in order to works with a Auth0 as a Resource Server.
I haven't found any documentation about it. Ever I found any reference about Express Gateway and OAuth is all about very similar with Resource Server, mentioning user creation and so on. Nothing to do about OAuth Client.
Is there anyone who was capable of use it as a OAuth2 Client? Is there any example of it?
Thanks at advance.