Add acr value
This commit is contained in:
parent
a76f51a6a5
commit
5f19d8ffe6
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue