Add acr value

This commit is contained in:
theworldbright 2015-09-24 21:50:17 -07:00
parent a76f51a6a5
commit 5f19d8ffe6

View file

@ -33,7 +33,8 @@ module Api
exp: expires_at.to_i, exp: expires_at.to_i,
iat: created_at.to_i, iat: created_at.to_i,
auth_time: authorization.user.current_sign_in_at.to_i, auth_time: authorization.user.current_sign_in_at.to_i,
nonce: nonce nonce: nonce,
acr: 0
} }
end end