Is devise's token_authenticatable secure?

前端 未结 3 1682
春和景丽
春和景丽 2020-12-04 05:08

I\'m building a simple api with Rails API, and want to make sure I\'m on the right track here. I\'m using devise to handle logins, and decided to go with Devise\'s tok

3条回答
  •  天涯浪人
    2020-12-04 05:23

    According to the project's README, the devise_token_auth gem was inspired by this StackOverflow post: https://github.com/lynndylanhurley/devise_token_auth

提交回复
热议问题