{"id":26088957,"url":"https://github.com/authing/express-authing","last_synced_at":"2026-05-08T05:52:32.960Z","repository":{"id":57099794,"uuid":"518349685","full_name":"Authing/express-authing","owner":"Authing","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-27T07:14:24.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-08T00:32:36.291Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Authing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-27T07:13:59.000Z","updated_at":"2022-07-27T07:14:29.000Z","dependencies_parsed_at":"2022-08-22T23:10:38.815Z","dependency_job_id":null,"html_url":"https://github.com/Authing/express-authing","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/Authing%2Fexpress-authing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Authing%2Fexpress-authing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Authing%2Fexpress-authing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Authing%2Fexpress-authing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Authing","download_url":"https://codeload.github.com/Authing/express-authing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242667469,"owners_count":20166303,"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":"2025-03-09T08:44:36.381Z","updated_at":"2026-05-08T05:52:32.927Z","avatar_url":"https://github.com/Authing.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# express-authing\n\n## Install\n\n``` shell\n$ npm install @authing/express --save\n```\n\n## Usage\n\n``` javascript\nvar express = require('express')\nvar app = express()\nvar authing = require('@authing/express')\n\napp.use(authing({\n  userPoolId: '',\n  secret: ''\n}))\n\napp.get('/', function (req, res) {\n  //use authing\n\n  //req.authing.login\n  //req.authing.register\n  //req.authing...\n})\n\napp.listen(3000)\n\n```\n\n## More\n\n[Authing Official Docs](https://docs.authing.cn)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthing%2Fexpress-authing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauthing%2Fexpress-authing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthing%2Fexpress-authing/lists"}