Could you please suggest the Auth0 SDK that I can use for the Authorization Code flow in NodeJS-based AWS Lambda?
I already have a working version that implements that flow by sending /authorize and then the /oauth/token requests, verifying the token, and storing it into a cookie (something similar to this )
But maybe there is a lightway SDK that can do that for me, so I don’t need to worry that OIDC logic is implemented correctly?