"rememberable" in the context of this gem #254
Replies: 1 comment 2 replies
-
Hey, @tinynumbers! Honestly I have focused mostly on the token based authentication for this gem since I think that might be the most common use case for an API (authenticate each request with a token). But I'm curious of your use case, are you using this gem with session based cookies? |
Beta Was this translation helpful? Give feedback.
-
The examples show the use of the
rememberable
Devise module in the example User models, but it is unclear to me how (or if?) "remember me" behavior is handled by this gem. There's not aremember_me
argument on the user login mutation.How would we support a "remember me" checkbox on a user login form using
graphql_devise
?Beta Was this translation helpful? Give feedback.
All reactions