Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kunallanjewar committed Jul 31, 2019
1 parent 035cf9b commit 1351107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Coverage Status](https://coveralls.io/repos/github/kunallanjewar/appstoreconnect-jwt-go/badge.svg)](https://coveralls.io/github/kunallanjewar/appstoreconnect-jwt-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/kunallanjewar/appstoreconnect-jwt-go)](https://goreportcard.com/report/github.com/kunallanjewar/appstoreconnect-jwt-go)

AppStoreConnect-JWT-Go is a Go package that provides an easy way generate JWT token needed for accessing AppStoreConnect API. This package handles token reuse (returns same token if previously issues token was not expired) and is thread safe.
AppStoreConnect-JWT-Go is a Go package that provides an easy way generate JWT token needed for accessing AppStoreConnect API. This package handles token reuse (returns same token if previously issued token was not expired) and is thread safe.

AppStoreConnect JWT Token [requirements](https://developer.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests).

Expand Down

0 comments on commit 1351107

Please sign in to comment.