await ctx.auth.getUserIdentity() returns null in http action
I am able to authenticate the user and get access token from Auth0, however when I pass this token to Authorization header of a request to http action, in my http action -
await ctx.auth.getUserIdentity() returns null.What am I missing here?
Thanks in advance.
