Introduction
Last updated
Last updated
When I start to make SPA and API with rails, a lot of tutorial is using
"jwt" : "json web token"
But, if you are using devise, the option for api is ...
Make sure to read if you want to implement token authentication yourself.
Neither of them uses "jwt" !
That's why I'm confused...