https://github.com/kyledecot/app_store_connect_jwt
Generate App Store Connect API JWT (JSON Web Token)
https://github.com/kyledecot/app_store_connect_jwt
appstoreconnect cli jwt ruby
Last synced: 12 months ago
JSON representation
Generate App Store Connect API JWT (JSON Web Token)
- Host: GitHub
- URL: https://github.com/kyledecot/app_store_connect_jwt
- Owner: kyledecot
- License: mit
- Created: 2020-02-17T19:03:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T20:22:53.000Z (over 5 years ago)
- Last Synced: 2025-06-27T20:16:52.165Z (12 months ago)
- Topics: appstoreconnect, cli, jwt, ruby
- Language: Ruby
- Homepage: https://rubygems.org/gems/app_store_connect_jwt
- Size: 136 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# App Store Connect–JWT


[](https://badge.fury.io/rb/app_store_connect_jwt)
[](https://codeclimate.com/github/kyledecot/app_store_connect_jwt/maintainability)
[](https://codeclimate.com/github/kyledecot/app_store_connect_jwt/test_coverage)
Encode & decode App Store Connect API JWTs
(JSON Web Tokens) according to Apple's Documentation:
## Installation
### Bundler
Add this line to your application's Gemfile:
```ruby
gem 'app_store_connect_jwt',
require: 'app_store_connect/jwt'
```
And then execute:
```sh
bundle
```
### RubyGems
```sh
gem install app_store_connect_jwt
```
### Homebrew
```
brew tap kyledecot/tap
brew install app_store_connect_jwt
```
## Usage
Check out the [Wiki](https://github.com/kyledecot/app_store_connect_jwt/wiki)
for example usage.
## Development
After checking out the repo, run `bin/setup` to install dependencies.
Then, run `rake spec` to run the tests. You can also run `rake console`
for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`.
## Contributing
Bug reports and pull requests are welcome on GitHub at .
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).