-
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
# acts_as_token_authentication_handler_for SpecialUser, as: :user, fallback: :none
# acts_as_token_authentication_handler_for AltUser, as: :user, fallback: :none
when a request comes in with X-User-Email & X-User-Token (with credentials of SpecialUser), one DB query is done (select in AltUser table)
and nobody is authenticated...
current_special_user & current_alt_user are both nil
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.