{"id":15612385,"url":"https://github.com/jpalumickas/auth0-verifier","last_synced_at":"2025-04-28T12:55:23.398Z","repository":{"id":56842666,"uuid":"165135849","full_name":"jpalumickas/auth0-verifier","owner":"jpalumickas","description":"Auth0 Token Verifier","archived":false,"fork":false,"pushed_at":"2022-11-03T12:23:42.000Z","size":41,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-23T22:37:24.443Z","etag":null,"topics":["auth0","auth0-jwt","jwks","jwt","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":null,"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/jpalumickas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-10T21:48:21.000Z","updated_at":"2023-03-07T12:55:18.000Z","dependencies_parsed_at":"2022-08-29T12:40:27.705Z","dependency_job_id":null,"html_url":"https://github.com/jpalumickas/auth0-verifier","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/jpalumickas%2Fauth0-verifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpalumickas%2Fauth0-verifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpalumickas%2Fauth0-verifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpalumickas%2Fauth0-verifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpalumickas","download_url":"https://codeload.github.com/jpalumickas/auth0-verifier/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242478375,"owners_count":20134966,"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":["auth0","auth0-jwt","jwks","jwt","ruby","ruby-on-rails"],"created_at":"2024-10-03T06:42:10.305Z","updated_at":"2025-03-07T23:30:36.274Z","avatar_url":"https://github.com/jpalumickas.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auth0 Verifier\n\nVerify [Auth0][auth0] JWT token using RS256 with JWKS method.\n\n[![Gem Version](https://img.shields.io/gem/v/auth0-verifier.svg?style=flat-square)][rubygems]\n[![Coverage Status](https://img.shields.io/codecov/c/github/jpalumickas/mailerlite-ruby?style=flat-square)][codecov]\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'auth0-verifier'\n```\n\n## Usage\n\n### In Rails using initializer\n\nCreate file `config/initializers/auth0.rb` and add:\n\n```rb\nAuth0::Verifier.configure do |config|\n  config.domain = 'test.auth0.com' # Defaults to ENV variable AUTH0_DOMAIN\n  config.audience = 'https://example.com' # Defaults to ENV variable AUTH0_AUDIENCE\n\n  # Optional:\n  #\n  # config.type = :RS256 # Default RS256 using JWKS\n  # config.jwks_url = 'https://test.auth0.com/.well-known/jwks.json' # Defaults to domain\nend\n\n```\n\n\nVerify token:\n\n```rb\nAuth0::Verifier.verify('my token')\n\n```\n\n## Supported Ruby Versions\n\nThis library aims to support and is [tested against][github_actions] the following Ruby\nimplementations:\n\n* Ruby 2.7\n* Ruby 3.0\n* Ruby 3.1\n* Ruby 3.2\n* Ruby 3.3\n* Ruby 3.4\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/jpalumickas/auth0-verifier. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n\n## Code of Conduct\n\nEveryone interacting in the Auth0 Verifier project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/jpalumickas/auth0-verifier/blob/master/CODE_OF_CONDUCT.md).\n\n## Copyright\n\nThe gem is available as open source under the terms of the [MIT License][license].\n\n[rubygems]: https://rubygems.org/gems/auth0-verifier\n[codecov]: https://codecov.io/gh/jpalumickas/auth0-verifier\n[github_actions]: https://github.com/jpalumickas/auth0-verifier/actions\n\n[license]: https://raw.githubusercontent.com/jpalumickas/auth0-verifie/master/LICENSE\n[auth0]: https://auth0.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpalumickas%2Fauth0-verifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpalumickas%2Fauth0-verifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpalumickas%2Fauth0-verifier/lists"}