{"id":37433844,"url":"https://github.com/l10178/idaas-book","last_synced_at":"2026-01-16T06:37:45.287Z","repository":{"id":40000298,"uuid":"295110014","full_name":"l10178/idaas-book","owner":"l10178","description":"A book about identity as a service (IDaaS). 一本关于身份即服务的书，翻译和汇总 IAM、IDaaS、OAuth2 等相关专业知识，介绍相关软件。","archived":false,"fork":false,"pushed_at":"2024-08-17T08:45:50.000Z","size":13084,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-08-17T09:46:29.714Z","etag":null,"topics":["auth0","dex","iam","idaas","identity","keycloak","oauth2"],"latest_commit_sha":null,"homepage":"https://idaas.xlabs.club/","language":"SCSS","has_issues":false,"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/l10178.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-13T08:32:38.000Z","updated_at":"2024-08-17T08:45:13.000Z","dependencies_parsed_at":"2024-03-09T09:35:33.492Z","dependency_job_id":"b5ff6478-23e9-4dec-bfcd-5002ddbb41a1","html_url":"https://github.com/l10178/idaas-book","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/l10178/idaas-book","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l10178%2Fidaas-book","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l10178%2Fidaas-book/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l10178%2Fidaas-book/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l10178%2Fidaas-book/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/l10178","download_url":"https://codeload.github.com/l10178/idaas-book/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l10178%2Fidaas-book/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["auth0","dex","iam","idaas","identity","keycloak","oauth2"],"created_at":"2026-01-16T06:37:45.159Z","updated_at":"2026-01-16T06:37:45.278Z","avatar_url":"https://github.com/l10178.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# idaas-book\n\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/l10178/idaas-book/.github%2Fworkflows%2Fgh-pages.yml)\n![GitHub Repo stars](https://img.shields.io/github/stars/l10178/idaas-book)\n![GitHub contributors](https://img.shields.io/github/contributors/l10178/idaas-book)\n[![GitHub release](https://img.shields.io/github/v/release/l10178/idaas-book)](https://github.com/l10178/idaas-book/releases/latest)\n\nA book about identity as a service (IDaaS).\n\n一本关于 IDaaS 身份即服务的书，翻译和汇总 IAM、IDaaS、OAuth2 等相关专业知识，介绍相关的 keycloak、CAS、Dex 等软件，记录使用中遇到的问题和解决方案，让 IDaaS 领域相关的问题更容易理解。\n\n## 前言\n\n为什么写这本书，因为大佬的世界和普通人是割裂的，有人讲协议，有人讲实现，有人讲未来的实现，普通人很难理解。\n\n为什么叫 Book，和我以往的博客体系有什么区别，因为我想系统性的总结关于此类的问题和实践经验，从原理到实践应该是体系化的。\n\n本项目的主语言是中文，因为英文已经被人写了一个遍了，实在是没法超越，不如老老实实的承认人家写的好，咱只是翻译。\n如果你在搜索 keycloak 中文、CAS 中文、oauth2 中文，可能会进入本项目，如果不幸这里没有你想要的内容，请提交 issue 或 PR。\n\n## 贡献者指南\n\n本项目使用 [Hugo][] 开发，使用 [Doks][] 作为 Hugo 主题，一切内容都是 Markdown，专心写文字即可。\n\n本地开发时需要先安装 Nodejs 和 Hugo。\n\n```bash\n# 安装 npm 依赖包，注意此过程需要连接 github 下载 hugo\nnpm install\n# 启动 Web，然后浏览器访问 http://localhost:1313/即可浏览效果\nnpm run dev\n# 创建新页面\nnpm run create blog/k8s.md\n# 编译结果\nnpm run build\n```\n\n## License\n\n本文档采用 [CC BY-NC 4.0][] 许可协议。\n\n[Hugo]: https://gohugo.io/\n[Doks]: https://github.com/thuliteio/doks\n[CC BY-NC 4.0]: https://creativecommons.org/licenses/by-nc/4.0/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl10178%2Fidaas-book","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fl10178%2Fidaas-book","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl10178%2Fidaas-book/lists"}