We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Inject into ApplicationController
before_filter :authenticate_user! include DeviseRemoteUser::ControllerBehavior def index render text: "You have reached your destination!" end
Inject into User
devise :remote_user_authenticatable - replace devise line
devise :remote_user_authenticatable
devise