{"id":24698655,"url":"https://github.com/faradayio/devise-auth0","last_synced_at":"2025-06-12T12:39:07.257Z","repository":{"id":21552564,"uuid":"24872233","full_name":"faradayio/devise-auth0","owner":"faradayio","description":"Authenticate auth0 users in ruby web apps","archived":false,"fork":false,"pushed_at":"2018-06-15T17:17:17.000Z","size":10,"stargazers_count":32,"open_issues_count":3,"forks_count":5,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-30T09:58:10.771Z","etag":null,"topics":[],"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/faradayio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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":"2014-10-07T01:19:11.000Z","updated_at":"2025-03-12T20:54:36.000Z","dependencies_parsed_at":"2022-08-21T18:40:21.714Z","dependency_job_id":null,"html_url":"https://github.com/faradayio/devise-auth0","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/faradayio/devise-auth0","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fdevise-auth0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fdevise-auth0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fdevise-auth0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fdevise-auth0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faradayio","download_url":"https://codeload.github.com/faradayio/devise-auth0/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fdevise-auth0/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259466795,"owners_count":22862392,"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":[],"created_at":"2025-01-27T04:29:41.612Z","updated_at":"2025-06-12T12:39:07.200Z","avatar_url":"https://github.com/faradayio.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Devise::Auth0\n\nA devise/warden strategy for authenticating users with an Auth0-issued JSON web\ntoken (JWT). This token is assumed to be provided via the Authorization HTTP\nheader.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'devise-auth0'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install devise-auth0\n\n## Configuration\n\nIn `config/initializers/devise.rb`:\n\n``` ruby\nrequire 'devise/strategies/auth0_authenticatable'\n\nDevise.setup do |config|\n  config.mailer_sender = 'please-change-me-at-config-initializers-devise@example.com'\n\n  require 'devise/orm/active_record'\n\n  # this lets you use the login_as helper in tests\n  config.skip_session_storage = [:auth0_authenticatable] unless Rails.env.test?\n\n  config.warden do |manager|\n\n    manager.strategies.add(:auth0_authenticatable, Devise::Strategies::Auth0Authenticatable) do\n      config.client_id = \"abc123\"\n      config.secret = \"shhhh\"\n    end\n\n    manager.default_strategies(scope: :user).unshift :auth0_authenticatable\n  end\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaradayio%2Fdevise-auth0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaradayio%2Fdevise-auth0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaradayio%2Fdevise-auth0/lists"}