test
This commit is contained in:
parent
4518fe4355
commit
50a242a56b
|
@ -15,7 +15,6 @@ module Mobile
|
|||
raise('Unauthorized. Invalid or expired token.') unless current_user
|
||||
end
|
||||
|
||||
|
||||
def current_user
|
||||
token = ApiKey.where(access_token: params[:token]).first
|
||||
if token && !token.expired?
|
||||
|
|
Loading…
Reference in New Issue