エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Grape API authentication using Devise Auth Token
In previous post we saw how to buil RESTful API using Grape. In this post we will see how to add ... In previous post we saw how to buil RESTful API using Grape. In this post we will see how to add devise auth token to users and how to use it in Grape API authentication. Lets see how this can be done assuming you already have devise setup ready. ## Add token_authenticable to devise modules (works with devise versions <=3.2) In user.rb add :token_authenticatable to the list of devise modules, it s
2014/06/27 リンク