{"id":16846670,"url":"https://github.com/atmos/sinatra_auth_gmail","last_synced_at":"2025-04-11T06:51:07.738Z","repository":{"id":806099,"uuid":"510848","full_name":"atmos/sinatra_auth_gmail","owner":"atmos","description":"A sinatra extension that provides authentication for GMail authentication","archived":false,"fork":false,"pushed_at":"2010-04-09T18:49:38.000Z","size":90,"stargazers_count":12,"open_issues_count":2,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-14T13:03:57.541Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://github.com/atmos/sinatra_auth_gmail","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/atmos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-02-10T07:09:51.000Z","updated_at":"2020-04-27T15:42:34.000Z","dependencies_parsed_at":"2022-08-16T10:55:26.008Z","dependency_job_id":null,"html_url":"https://github.com/atmos/sinatra_auth_gmail","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmos%2Fsinatra_auth_gmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmos%2Fsinatra_auth_gmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmos%2Fsinatra_auth_gmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmos%2Fsinatra_auth_gmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atmos","download_url":"https://codeload.github.com/atmos/sinatra_auth_gmail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358548,"owners_count":21090401,"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-10-13T13:04:14.588Z","updated_at":"2025-04-11T06:51:07.719Z","avatar_url":"https://github.com/atmos.png","language":"Ruby","readme":"sinatra_auth_gmail\n==================\n\nA sinatra app that lets you authenticate users via gmail.\n\nDeveloping\n==========\n    % gem install bundler\n    % bundle install\n    % bundle exec rake\n\nGemfile\n-------\n    gem \"sinatra_auth_gmail\"\n    # vim:ft=ruby\n\nExample config.ru\n-----------------\n    require 'rubygems'\n    require 'bundler'\n\n    Bundler.setup\n    Bundler.require\n\n    class MyFirstGmailApp \u003c Sinatra::Base\n      use Rack::Session::Cookie\n      register Sinatra::Auth::Gmail\n\n      get '/' do\n        authorize!\n        haml \"%h2= 'Hello There, #{gmail_user.full_name}!'\"\n      end\n    end\n\n    run MyFirstGmailApp\n\nExecuting\n---------\n    % bundle install\n    % bundle exec rackup\n\nVisiting\n--------\n    % open http://localhost:9292\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatmos%2Fsinatra_auth_gmail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatmos%2Fsinatra_auth_gmail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatmos%2Fsinatra_auth_gmail/lists"}