Skip to content

Creating ruby script for sign in with apple tutorial. ( iOS , swift )

License

Notifications You must be signed in to change notification settings

erdikanik/Sign-in-with-apple-verify-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Sign-in-with-apple-verify-script

Creating json web token for sign in with apple.

You should pass result key to "client_secret" parameter as a string.

Script usage:

sudo gem install jwt ruby generator.rb

What you need to create this key?

a key file: AuthKey_KEY_FILE_NAME.p8 (obtained from https://developer.apple.com/account/resources/authkeys/list)

a bundle identifer (for clients) or service id (web platforms: https://developer.apple.com/account/resources/identifiers/list/serviceId)

your apple team id - (You can find at membership tab)

You can check https://medium.com/@erdikank/how-to-verify-sign-in-with-apple-token-2601c72a3f4d for full tutorial.

About

Creating ruby script for sign in with apple tutorial. ( iOS , swift )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages