This commit is contained in:
z9han 2014-12-23 15:35:22 +08:00
parent 5ee37f32e2
commit 4518fe4355
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ 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?