Devise token_authenticatable deprecated, what is the alternative?

后端 未结 5 1906
逝去的感伤
逝去的感伤 2020-12-12 14:52

I have been using token_authenticatable before to secure my API, however, I have found that it was deprecated? What should I use instead and why did they deprec

5条回答
  •  醉梦人生
    2020-12-12 15:04

    This looks like a very old question, nevertheless I'll put an awesome gem for the record here.

    You can secure your API with the Doorkeeper Gem, an awesome oauth provider for Rails apps.

提交回复
热议问题