{"id":19360500,"url":"https://github.com/uber5/oauth2-oidc","last_synced_at":"2026-03-17T09:41:07.972Z","repository":{"id":57312480,"uuid":"46961911","full_name":"Uber5/oauth2-oidc","owner":"Uber5","description":"Authentication Provider in NodeJS, implementing OAuth2 and OpenID Connect (partly)","archived":false,"fork":false,"pushed_at":"2016-11-09T14:31:29.000Z","size":154,"stargazers_count":1,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T09:08:08.981Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Uber5.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":"2015-11-27T05:43:41.000Z","updated_at":"2016-11-03T22:12:24.000Z","dependencies_parsed_at":"2022-09-16T20:51:16.372Z","dependency_job_id":null,"html_url":"https://github.com/Uber5/oauth2-oidc","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uber5%2Foauth2-oidc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uber5%2Foauth2-oidc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uber5%2Foauth2-oidc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uber5%2Foauth2-oidc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Uber5","download_url":"https://codeload.github.com/Uber5/oauth2-oidc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250435071,"owners_count":21430213,"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-10T07:18:19.508Z","updated_at":"2026-03-17T09:41:07.890Z","avatar_url":"https://github.com/Uber5.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[\u003cimg src=\"https://travis-ci.org/Uber5/oauth2-oidc.svg?branch=master\"\u003e](https://travis-ci.org/Uber5/oauth2-oidc)\n\n# Development\n\n## Setup\n\nAssuming you've got a NodeJS environment ready:\n\n```\nnpm install\n```\n\n## Run Specs\n\n```\nnpm test\n```\n\n## Run Specs Continuously\n\n```\nnpm run watch\n```\n\n## Debug Specs\n\nRun the specs with `--debug-brk` to make node wait for the debugger to attach:\n\n```\nnode --debug-brk ./node_modules/jasmine/bin/jasmine.js\n```\n\nRun `node-inspector`:\n\n```\n./node_modules/.bin/node-inspector\n```\n\n... (does not work at the moment... why?)\n\n# Testing\n\nThe example provider can be run with a REPL:\n\n```\nWITH_REPL=1 node examples/provider.js\n```\n\nWithin the REPL, the following will be in the context: `provider`, `ontology`, `server`\n\nThis gives access to anything persisted like this:\n\n```\nontology.collections.client.findOne({ id: 1 }).then((c) =\u003e { console.log('c', c) })\n```\n\n## Persistence\n\nThe example provider uses in-memory \"persistence\" by default. MongoDB can be\nused instead by providing a url in environment variable `MONGO_URL` like so:\n\n```\nMONGO_URL=mongodb://localhost/oauth2-oidc-provider node examples/provider.js\n```\n\n# License\n\nLicensed under the [MIT License](./LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuber5%2Foauth2-oidc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuber5%2Foauth2-oidc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuber5%2Foauth2-oidc/lists"}