Json API for `request_password_reset_token` auth
Hi, sorry; I'm trying to create an endpoint for
I wanted to know if there's a way to do this at this stage without changing the action itself?
I saw the
Error:
By the way is there any source of implementing auth for graphql and json token?
unfortunately the reset password dose not exist in https://github.com/seanchatmangpt/tunez/blob/chapter-7/lib/tunez/accounts.ex
for example, i was force to implement my multi tendency and use master email and assigned a website email
change the
Thank you in advance
request_password_reset_token so that the user can send a password reset request. But the issue I'm facing seems to be that the structure isn't compatible with what the JSON API expects, and as a result, it throws an error.I wanted to know if there's a way to do this at this stage without changing the action itself?
I saw the
wrap_in_result? option in the documentation, but I haven't been able to use it correctly I was wondering if that might solve the problem.Error:
By the way is there any source of implementing auth for graphql and json token?
unfortunately the reset password dose not exist in https://github.com/seanchatmangpt/tunez/blob/chapter-7/lib/tunez/accounts.ex
for example, i was force to implement my multi tendency and use master email and assigned a website email
change the
sign_in_with_password toThank you in advance
