You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a situation where I am logging in using a username and password using Auth0. I would like to be able to use the access token I get without a browser (testing uses supertest). I tried using JWT as an alternative strategy alongside this one but having other issues.
Would it be possible to add the Authorization header as a way to log in for testing?
The text was updated successfully, but these errors were encountered:
It is unclear to me how adding an Authorization header would help with testing, specifically in relation to this strategy. Could you provide more information?
I have a situation where I am logging in using a username and password using Auth0. I would like to be able to use the access token I get without a browser (testing uses supertest). I tried using JWT as an alternative strategy alongside this one but having other issues.
Would it be possible to add the
Authorization
header as a way to log in for testing?The text was updated successfully, but these errors were encountered: