{"id":20906629,"url":"https://github.com/authress/express-starter-kit","last_synced_at":"2026-04-29T12:35:56.728Z","repository":{"id":181234462,"uuid":"614564423","full_name":"Authress/express-starter-kit","owner":"Authress","description":"The Authress Starter Kit for Express. Includes Authentication, Authorization, user identity and role management","archived":false,"fork":false,"pushed_at":"2024-03-06T15:33:24.000Z","size":94,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-19T14:38:15.585Z","etag":null,"topics":["api","authentication","authorization","authress","backend","express","expressjs","javascript","security","service","starter-kit","typescript"],"latest_commit_sha":null,"homepage":"https://authress.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Authress.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-15T21:06:44.000Z","updated_at":"2024-01-14T12:48:44.000Z","dependencies_parsed_at":"2024-03-06T17:02:23.864Z","dependency_job_id":"a22358af-5f55-4d2c-ace3-16ea16ce2e80","html_url":"https://github.com/Authress/express-starter-kit","commit_stats":null,"previous_names":["authress/express-starter-kit"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Authress%2Fexpress-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Authress%2Fexpress-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Authress%2Fexpress-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Authress%2Fexpress-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Authress","download_url":"https://codeload.github.com/Authress/express-starter-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243300643,"owners_count":20269259,"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":["api","authentication","authorization","authress","backend","express","expressjs","javascript","security","service","starter-kit","typescript"],"created_at":"2024-11-18T13:34:24.808Z","updated_at":"2025-12-25T13:23:17.695Z","avatar_url":"https://github.com/Authress.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Authress Starter Kit: Express + Typescript\nThe Express Starter Kit for Authress includes Authentication, Authorization, user identity and role management\n\nThis is an example built specifically for using Authress with Typescript \u0026 Express.\n\n## How to use this repository\n\nTo test and run the example:\n* `npm install` or `yarn`\n* `npm start` or `yarn start`\n* And then use `curl` or `postman` to hit any of the endpoints.\n\n## See the code\nIf you just want to see the code, it's available right here. Most of it is boilerplate to run the example the interesting part starts a bit lower down.\n\n* [index.ts](./src/index.ts#L43)\n\nThere are three controllers, they all use Authress in some way to authorize the request and check the users permissions:\n* [Accounts](./src/accounts/accountController.ts) - General creating an account and setting up SSO\n* [ExampleResource](./src/resourceManagement/exampleResourceController.ts) - How to secure a reason creating access and updating it\n* [Users](./src/users/usersController.ts) - Managing users for the whole account.\n\n## Details\n\n### The middleware\nThe important part of the integration is to get the userId and Authress client to authorize the user. This is done by adding a middleware to parse out the caller, and one line in the service to validate this.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthress%2Fexpress-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauthress%2Fexpress-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthress%2Fexpress-starter-kit/lists"}