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
Hi, so I'm attempting to integrate devise_token_auth and graphql_ruby. Namely, I want authentication for some of my mutations. However, I'm struggling with finding a way to manually create users and authenticate them without going through the usual request routes. Is there a helper function or something for creating users? Thanks!
The text was updated successfully, but these errors were encountered:
Main issue with just creating the user is it doesn't trigger the confirmable email. Though actually...I can just do that manually. Alright, that works. Thanks!
Hi, so I'm attempting to integrate devise_token_auth and graphql_ruby. Namely, I want authentication for some of my mutations. However, I'm struggling with finding a way to manually create users and authenticate them without going through the usual request routes. Is there a helper function or something for creating users? Thanks!
The text was updated successfully, but these errors were encountered: