Replies: 1 comment 1 reply
-
@denolfe appreciate your help! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there.
This is my first project with payload and I am kinda blocked and seeking help
I have two user collections
Users & AppUsers
I am using custom strategies for my AppUsers the flow is like the following
I am generating magicLink where I invite app-user to signup in my system
when the link is clicked my frontend will call
POST http://localhost:3000/api/app-users/login
my app-users collection is
My inviteStrategy is
I can confirm the the user is created in the DB but I am getting 403 status code when I am calling the login endpoint
what could be wrong?? any help?
Beta Was this translation helpful? Give feedback.
All reactions