[v5] Custom Auth Provider - how to test? #3034
Unanswered
openstepmedia
asked this question in
Help
Replies: 1 comment
-
did you tried to get the out from the create method on the HttpContextConstrtuctor?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm attempting to use Amazon Cognito as a custom auth provider.
I followed the instructions here:
https://docs.adonisjs.com/guides/auth/custom-user-provider
I run:
My test file:
config/auth.ts
When running the japa test, I get this:
I'm assuming I'm not loading ctx/auth correctly:
Beta Was this translation helpful? Give feedback.
All reactions