Skip to content

pikann/go-verify-apple-id-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Verify Apple ID Token

A library for verify Apple ID token.

Installation

go get github.com/pikann/go-verify-apple-id-token
import "github.com/pikann/go-verify-apple-id-token/apple"

Usage

There is example file based on your particular use case which can be found below:

Example

While it is recommended to look at the specific example file, here is validating an app token:

import "github.com/pikann/go-verify-apple-id-token/apple"

...

verifier := apple.NewAppleVerifier()
resp, err := verifier.VerifyAppleIdToken(
    "token_test",
    "client_id",
)

Contact

Van Hai Huynh - hvhai22@gmail.com

Project Link: https://github.com/pikann/go-verify-apple-id-token

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages