{"id":15914890,"url":"https://github.com/tlip/oauthentic","last_synced_at":"2025-03-23T01:31:36.933Z","repository":{"id":43395139,"uuid":"185223097","full_name":"tlip/oauthentic","owner":"tlip","description":"An authentication server built in Typescript with Passport \u0026 Oauth2orize ","archived":false,"fork":false,"pushed_at":"2022-12-09T22:13:30.000Z","size":539,"stargazers_count":5,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T16:15:48.679Z","etag":null,"topics":["authentication","authorization","express","javascript","js","login","node","oauth","oauth2","oauth2-provider","oauth2-server","oauth2orize","razzle","redis","typeorm","typescript","users"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/tlip.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":"2019-05-06T15:25:27.000Z","updated_at":"2022-03-03T19:54:14.000Z","dependencies_parsed_at":"2023-01-25T23:45:42.570Z","dependency_job_id":null,"html_url":"https://github.com/tlip/oauthentic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlip%2Foauthentic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlip%2Foauthentic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlip%2Foauthentic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlip%2Foauthentic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tlip","download_url":"https://codeload.github.com/tlip/oauthentic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245044005,"owners_count":20551867,"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":["authentication","authorization","express","javascript","js","login","node","oauth","oauth2","oauth2-provider","oauth2-server","oauth2orize","razzle","redis","typeorm","typescript","users"],"created_at":"2024-10-06T17:20:29.270Z","updated_at":"2025-03-23T01:31:36.587Z","avatar_url":"https://github.com/tlip.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oauthentic\n\nAn Typescript authentication service bootstrap built with [Passport](https://github.com/jaredhanson/passport) and [Oauth2orize](https://github.com/jaredhanson/oauth2orize). User sessions are stored in a Redis cache with user database managed by [TypeORM](https://github.com/typeorm/typeorm/).\n\n\n## Getting Started\n* Make sure you have _at least_ `node v10.13.0+` and `yarn v1.13.0+` installed.\n* Make sure you have both Redis and a relational database installed locally and running.\n* Clone the repo\n```sh\n$ git clone https://github.com/flamingYawn/oauthentic.git\n$ cd oauthentic\n```\n* Install dependencies\n```sh\n$ yarn\n```\n* Install `ts-node` and `typeorm` globally\n```sh\n$ yarn global add ts-node typeorm\n```\n* Create a new database named `oauth` in whatever RDB you're using.\n* Replace the example environment variables in `.env`.\n* Start the server for the first time\n```sh\n$ yarn start\n```\n* Run the initial DB migration\n```sh\n$ typeorm migration:run\n```\n\nAnd then you should be good to go.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlip%2Foauthentic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftlip%2Foauthentic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlip%2Foauthentic/lists"}