kreactive / JSONWebToken

Swift lib for decoding, validating, signing and verifying JWT
MIT License
36 stars 25 forks source link

Using for Sign in with Apple verify token #17

Closed ashish-naik closed 4 years ago

ashish-naik commented 4 years ago

Seems this package can be used token verification in Sign in with Apple.

how do I use it exactly? How do i get the secret and compare with "sub"?

When will this package be upgraded to support Swift 5 and Xcode 11?

Thanks Ashish

5fcgdaeb commented 4 years ago

Swift 5 and XCode 11 support would be great! 👍

ashish-naik commented 4 years ago

@g-bourachot is Xcode 11 supporting coming?

g-bourachot commented 4 years ago

The package is updated for Xcode 11 and Swift 5. Sorry for the delay

ashish-naik commented 4 years ago

Thank you. Current version will work or will be bumped up?

g-bourachot commented 4 years ago

Just released a version 2.2.0

ashish-naik commented 4 years ago

Thanks