-
-
Notifications
You must be signed in to change notification settings - Fork 23
EventToken
Nov Matake edited this page Jul 12, 2022
·
2 revisions
ref.) Processing changes for Sign in with Apple accounts - Apple Developer Documentation
jwt_string = "eyJ..."
event_token = AppleID::EventToken.decode jwt_string
event_token.verify!(client: client)
puts event_token.inspect