go-verify-apple-id-token

module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2022 License: MIT

README

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL