Current User nil with Graphql? #228
Replies: 1 comment 4 replies
-
Are you using session middleware for your Rails API? Or are you using JWTs in |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
im trying to set the current user in my graphql controller but when i see inside byebug return nil, there is an error in my code or there is not support for graphql?
and in my graphql_controller current_user return nil, but in my others controllers apparently works fine,
Do you know why that happens?
Did I forget to set something up?
gem "rodauth-rails", "
> 1.11"> 1.11.4"gem "graphql", "
ruby "2.7.2"
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions