EventToken - nov/apple_id GitHub Wiki

Server-to-Server Notification

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