{"id":19856937,"url":"https://github.com/johnvuko/omniauth-edenred","last_synced_at":"2025-10-06T15:13:58.478Z","repository":{"id":56886414,"uuid":"126465837","full_name":"johnvuko/omniauth-edenred","owner":"johnvuko","description":"OmniAuth Strategy for Edenred via OAuth2","archived":false,"fork":false,"pushed_at":"2018-03-23T12:47:51.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-02T09:56:01.442Z","etag":null,"topics":["edenred","oauth","omniauth"],"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/johnvuko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-23T09:53:42.000Z","updated_at":"2018-03-23T12:47:52.000Z","dependencies_parsed_at":"2022-08-20T14:31:25.831Z","dependency_job_id":null,"html_url":"https://github.com/johnvuko/omniauth-edenred","commit_stats":null,"previous_names":["johnvuko/omniauth-edenred"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/johnvuko/omniauth-edenred","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fomniauth-edenred","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fomniauth-edenred/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fomniauth-edenred/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fomniauth-edenred/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnvuko","download_url":"https://codeload.github.com/johnvuko/omniauth-edenred/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fomniauth-edenred/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278403367,"owners_count":25981024,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":["edenred","oauth","omniauth"],"created_at":"2024-11-12T14:17:02.247Z","updated_at":"2025-10-06T15:13:58.433Z","avatar_url":"https://github.com/johnvuko.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OmniAuth Edenred\n\n[![Gem Version](https://badge.fury.io/rb/omniauth-edenred.svg)](http://badge.fury.io/rb/omniauth-edenred)\n\nStrategy to authenticate [Edenred](https://www.edenred.fr/) in OmniAuth.\n\n## Installation\n\nOmniAuth Edenred is distributed as a gem, which is how it should be used in your app.\n\nInclude the gem in your Gemfile:\n\n    gem 'omniauth-edenred', '~\u003e 1.0'\n\nIntegrate this strategy to your OmniAuth middleware.\n\n```ruby\nRails.application.config.middleware.use OmniAuth::Builder do\n  provider(\n    :edenred,\n    ENV['EDENRED_CLIENT_ID'],\n    ENV['EDENRED_SECRET_KEY'],\n    sandbox: !Rails.env.production?,\n    scope: 'openid edg-xp-mealdelivery-api offline_access',\n    authorize_params: {\n      acr_values: \"tenant:XXXXX\",\n      ui_locales: 'fr-FR'\n    }\n  )\nend\n```\n\n## Common problems\n\nIf you get an error `JWT::ImmatureSignature` 'Signature nbf has not been reached', it means your server date is not up to date.\n\n## Author\n\n- [Jonathan VUKOVICH TRIBOUHARET](https://github.com/jonathantribouharet) ([@johntribouharet](https://twitter.com/johntribouharet))\n\n## License\n\nOmniAuth Edenred is released under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnvuko%2Fomniauth-edenred","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnvuko%2Fomniauth-edenred","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnvuko%2Fomniauth-edenred/lists"}