-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Labels
support requestThis issue is a request for support using Simple Token Authentication.This issue is a request for support using Simple Token Authentication.
Description
I have my controller
class BaseController < ActionController::API
acts_as_token_authentication_handler_for User, fallback: :exception
end I expect to it to render json error. But it redirect me to /user/sign_in page of devise.
And what kind of exception you raise?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
support requestThis issue is a request for support using Simple Token Authentication.This issue is a request for support using Simple Token Authentication.