{"id":19133978,"url":"https://github.com/umbrellio/sidekiq_web_google_auth","last_synced_at":"2025-05-06T19:24:12.088Z","repository":{"id":37751819,"uuid":"506105181","full_name":"umbrellio/sidekiq_web_google_auth","owner":"umbrellio","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-23T07:17:27.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-19T09:06:46.463Z","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/umbrellio.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2022-06-22T05:09:09.000Z","updated_at":"2022-06-23T21:30:23.000Z","dependencies_parsed_at":"2022-09-01T04:12:42.130Z","dependency_job_id":null,"html_url":"https://github.com/umbrellio/sidekiq_web_google_auth","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umbrellio%2Fsidekiq_web_google_auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umbrellio%2Fsidekiq_web_google_auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umbrellio%2Fsidekiq_web_google_auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umbrellio%2Fsidekiq_web_google_auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umbrellio","download_url":"https://codeload.github.com/umbrellio/sidekiq_web_google_auth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223793129,"owners_count":17203755,"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":"2024-11-09T06:24:37.280Z","updated_at":"2024-11-09T06:24:37.908Z","avatar_url":"https://github.com/umbrellio.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SidekiqWebGoogleAuth\n[![Build Status](https://travis-ci.org/umbrellio/sidekiq_web_google_auth.svg?branch=master)](https://travis-ci.org/umbrellio/sidekiq_web_google_auth)\n[![Coverage Status](https://coveralls.io/repos/github/umbrellio/sidekiq_web_google_auth/badge.svg?branch=master)](https://coveralls.io/github/umbrellio/sidekiq_web_google_auth?branch=master)\n[![Gem Version](https://badge.fury.io/rb/sidekiq_web_google_auth.svg)](https://badge.fury.io/rb/sidekiq_web_google_auth)\n\nGoogle OAuth for Sidekiq::Web\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'sidekiq_web_google_auth'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install sidekiq_web_google_auth\n\n## Usage\n\nInitialize builder:\n\n```ruby\n  Sidekiq::Web.use(SidekiqWebGoogleAuth::Builder) do \n    provider(\n      \"example_client_id\", # Google OAuth client ID\n      \"example_client_secret\", # Google OAuth client secret\n      # You must provide at least one of: authorized_emails, authorized_email_domains\n      authorized_emails: %w[test@mail.com], # List of authorized emails\n      authorized_emails_domains: %w[mail.com], # List of authorized emails domains\n    )\n  end\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/umbrellio/sidekiq_web_google_auth.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Authors\n\nTeam Umbrellio\n\n---\n\n\u003ca href=\"https://github.com/umbrellio/\"\u003e\n\u003cimg style=\"float: left;\" src=\"https://umbrellio.github.io/Umbrellio/supported_by_umbrellio.svg\" alt=\"Supported by Umbrellio\" width=\"439\" height=\"72\"\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumbrellio%2Fsidekiq_web_google_auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumbrellio%2Fsidekiq_web_google_auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumbrellio%2Fsidekiq_web_google_auth/lists"}