{"id":15405191,"url":"https://github.com/fnando/omniauth-freckle","last_synced_at":"2026-06-02T21:32:20.027Z","repository":{"id":56886423,"uuid":"103710898","full_name":"fnando/omniauth-freckle","owner":"fnando","description":"OmniAuth strategy for Freckle (https://letsfreckle.com).","archived":false,"fork":false,"pushed_at":"2020-09-24T20:50:12.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-08T18:10:01.254Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/fnando.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["fnando"],"custom":["https://www.paypal.me/nandovieira/🍕"]}},"created_at":"2017-09-15T23:59:03.000Z","updated_at":"2020-09-24T20:50:15.000Z","dependencies_parsed_at":"2022-08-21T00:20:27.958Z","dependency_job_id":null,"html_url":"https://github.com/fnando/omniauth-freckle","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fnando/omniauth-freckle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fomniauth-freckle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fomniauth-freckle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fomniauth-freckle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fomniauth-freckle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fnando","download_url":"https://codeload.github.com/fnando/omniauth-freckle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fomniauth-freckle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33838215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-01T16:15:23.451Z","updated_at":"2026-06-02T21:32:20.013Z","avatar_url":"https://github.com/fnando.png","language":"Ruby","funding_links":["https://github.com/sponsors/fnando","https://www.paypal.me/nandovieira/🍕"],"categories":[],"sub_categories":[],"readme":"# Omniauth::Freckle\n\n[![Travis-CI](https://travis-ci.org/fnando/omniauth-freckle.svg)](https://travis-ci.org/fnando/omniauth-freckle)\n[![CodeClimate](https://codeclimate.com/github/fnando/omniauth-freckle.svg)](https://codeclimate.com/github/fnando/omniauth-freckle)\n[![Gem](https://img.shields.io/gem/v/omniauth-freckle.svg)](https://rubygems.org/gems/omniauth-freckle)\n[![Gem](https://img.shields.io/gem/dt/omniauth-freckle.svg)](https://rubygems.org/gems/omniauth-freckle)\n\n[Freckle](http://letsfreckle.com) OAuth2 Strategy for OmniAuth.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'omniauth-freckle'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install omniauth-freckle\n\n## Usage\n\n`OmniAuth::Strategies::Freckle` is simply a Rack middleware. Read the OmniAuth\ndocs for detailed instructions: \u003chttps://github.com/intridea/omniauth\u003e.\n\nFirst, create a new application at\n`https://\u003cyour subdomain\u003e.letsfreckle.com/time/integrations/freckle_api`. Your\ncallback URL must be something like `https://example.com/auth/freckle/callback`.\nFor development you can use `http://127.0.0.1:3000/auth/freckle/callback`.\n\nHere's a quick example, adding the middleware to a Rails app in\n`config/initializers/omniauth.rb`. This example assumes you're exporting your\ncredentials as environment variables.\n\n```ruby\nRails.application.config.middleware.use OmniAuth::Builder do\n  provider :freckle, ENV['FRECKLE_CLIENT_ID'], ENV['FRECKLE_CLIENT_SECRET']\nend\n```\n\nNow visit `/auth/freckle` to start authentication against Freckle.\n\n## Contributing\n\n1. Fork it ( https://github.com/fnando/omniauth-freckle/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnando%2Fomniauth-freckle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffnando%2Fomniauth-freckle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnando%2Fomniauth-freckle/lists"}