不要使用devise_jwt工作devise的助手(current_user)

时间:2019-09-09 13:41:21

标签: ruby-on-rails devise jwt

我安装了devise + devise_jwt,令牌返回(他包含用户的ID)。用before_action :authenticate_user!创建新控制器(例如,评论)后,收到:You need to sign in or sign up before continuing.我想使用以下设计的过滤器和帮助器:current_useruser_signed_id?,{{1} }。如果我只显示current_user,我将为null。 可能是谁知道怎么了?

链接到我正在做的教程-https://medium.com/@nandhae/2019-how-i-set-up-authentication-with-jwt-in-just-a-few-lines-of-code-with-rails-5-api-devise-9db7d3cee2c0

0 个答案:

没有答案