Replies: 1 comment
-
Good question. To be clear, Simple Token Authentication doesn't provide any extra support for use cases that are not supported by Devise. That being said README examples are not meant to be specific to the API-only mode (nor the the full Rails mode by the way, they're generic examples). Because of that I wouldn't remove the mention to What do you think, does this make sense to you @mtoygar? If so, do you want to add that note to the README? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
according to devise wiki below rememberable is not supported with the API-only mode.
https://github.com/heartcombo/devise/wiki/API-Mode-Compatibility-Guide
However, on the
simple_token_authentication
README, there are examples withrememberable
option. Doessimple_token_authentication
also provides compatibility with therememberable
option. If not, removing it and adding a note might be beneficial.Beta Was this translation helpful? Give feedback.
All reactions