--- !ruby/object:Gem::Specification
name: omniauth-auth0
version: !ruby/object:Gem::Version
  version: 2.4.0
platform: ruby
authors:
- Auth0
autorequire:
bindir: bin
cert_chain: []
date: 2020-09-23 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: omniauth-oauth2
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.5'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.5'
- !ruby/object:Gem::Dependency
  name: bundler
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.9'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.9'
description: |
  Auth0 is an authentication broker that supports social identity providers as well as enterprise identity providers such as Active Directory, LDAP, Google Apps, Salesforce.

  OmniAuth is a library that standardizes multi-provider authentication for web applications. It was created to be powerful, flexible, and do as little as possible.

  omniauth-auth0 is the OmniAuth strategy for Auth0.
email:
- info@auth0.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- ".circleci/config.yml"
- ".gemrelease"
- ".github/CODEOWNERS"
- ".github/ISSUE_TEMPLATE.md"
- ".github/PULL_REQUEST_TEMPLATE.md"
- ".github/stale.yml"
- ".gitignore"
- ".rspec"
- ".rubocop.yml"
- ".snyk"
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- Guardfile
- LICENSE
- README.md
- Rakefile
- codecov.yml
- examples/sinatra/app.rb
- examples/sinatra/config.ru
- lib/omniauth-auth0.rb
- lib/omniauth-auth0/version.rb
- lib/omniauth/auth0/errors.rb
- lib/omniauth/auth0/jwt_validator.rb
- lib/omniauth/auth0/telemetry.rb
- lib/omniauth/strategies/auth0.rb
- omniauth-auth0.gemspec
- spec/omniauth/auth0/jwt_validator_spec.rb
- spec/omniauth/auth0/telemetry_spec.rb
- spec/omniauth/strategies/auth0_spec.rb
- spec/resources/jwks.json
- spec/spec_helper.rb
homepage: https://github.com/auth0/omniauth-auth0
licenses:
- MIT
metadata: {}
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.1.2
signing_key:
specification_version: 4
summary: OmniAuth OAuth2 strategy for the Auth0 platform.
test_files:
- spec/omniauth/auth0/jwt_validator_spec.rb
- spec/omniauth/auth0/telemetry_spec.rb
- spec/omniauth/strategies/auth0_spec.rb
- spec/resources/jwks.json
- spec/spec_helper.rb