{"id":19684134,"url":"https://github.com/cedarcode/cwt-ruby","last_synced_at":"2025-11-11T20:01:13.748Z","repository":{"id":35093082,"uuid":"173859374","full_name":"cedarcode/cwt-ruby","owner":"cedarcode","description":"Ruby implementation of RFC 8392 CBOR Web Token (CWT)","archived":false,"fork":false,"pushed_at":"2023-01-17T02:59:32.000Z","size":53,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-06T17:08:51.368Z","etag":null,"topics":["cbor","cbor-web-token","cwt","rfc","ruby"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/cwt","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cedarcode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-05T02:39:35.000Z","updated_at":"2024-06-26T14:20:02.000Z","dependencies_parsed_at":"2023-02-10T07:30:31.323Z","dependency_job_id":null,"html_url":"https://github.com/cedarcode/cwt-ruby","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedarcode%2Fcwt-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedarcode%2Fcwt-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedarcode%2Fcwt-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedarcode%2Fcwt-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedarcode","download_url":"https://codeload.github.com/cedarcode/cwt-ruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224151084,"owners_count":17264436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cbor","cbor-web-token","cwt","rfc","ruby"],"created_at":"2024-11-11T18:16:55.043Z","updated_at":"2025-11-11T20:01:13.124Z","avatar_url":"https://github.com/cedarcode.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cwt-ruby\n\nRuby implementation of RFC [8392](https://tools.ietf.org/html/rfc8392) CBOR Web Token (CWT)\n\n[![Gem](https://img.shields.io/gem/v/cwt.svg?style=flat-square\u0026color=informational)](https://rubygems.org/gems/cwt)\n[![Actions Build](https://github.com/cedarcode/cwt-ruby/workflows/build/badge.svg)](https://github.com/cedarcode/cwt-ruby/actions)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'cwt'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install cwt\n\n## Usage\n\n```ruby\ncwt = CWT.decode(data, cose_key)\n\n# Read claims\ncwt.iss\ncwt.sub\ncwt.aud\ncwt.exp\ncwt.nbf\ncwt.iat\ncwt.cti\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/cedarcode/cwt-ruby.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedarcode%2Fcwt-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedarcode%2Fcwt-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedarcode%2Fcwt-ruby/lists"}