{"id":20348694,"url":"https://github.com/jevonsflash/matoapp-samples","last_synced_at":"2025-09-22T03:08:13.151Z","repository":{"id":154374668,"uuid":"557745406","full_name":"jevonsflash/matoapp-samples","owner":"jevonsflash","description":"matoapp网站示例集合","archived":false,"fork":false,"pushed_at":"2023-07-27T09:23:31.000Z","size":2505,"stargazers_count":9,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T06:06:42.557Z","etag":null,"topics":["sample-code","samples"],"latest_commit_sha":null,"homepage":"","language":"C#","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/jevonsflash.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":"2022-10-26T08:15:48.000Z","updated_at":"2024-10-14T01:09:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"d14ddaa6-a57e-48c8-b0d3-59542fae5f63","html_url":"https://github.com/jevonsflash/matoapp-samples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jevonsflash/matoapp-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jevonsflash%2Fmatoapp-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jevonsflash%2Fmatoapp-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jevonsflash%2Fmatoapp-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jevonsflash%2Fmatoapp-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jevonsflash","download_url":"https://codeload.github.com/jevonsflash/matoapp-samples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jevonsflash%2Fmatoapp-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276338331,"owners_count":25624823,"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","status":"online","status_checked_at":"2025-09-22T02:00:08.972Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["sample-code","samples"],"created_at":"2024-11-14T22:21:45.574Z","updated_at":"2025-09-22T03:08:13.123Z","avatar_url":"https://github.com/jevonsflash.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# matoapp-samples Abp示例集\n\n## 1. sms-auth-sample\n\n![glimpse](./assets/glimpse.png)\n\n\n搭建一套集成手机号免密登录验证与号码绑定功能的用户系统\n\n### 技术博客 \n\n这是一篇系列博文，我将使用Abp.Zero搭建一套集成手机号免密登录验证与号码绑定功能的用户系统：\n\n* [ 用Abp实现短信验证码免密登录（一）：短信校验模块](https://blog.csdn.net/jevonsflash/article/details/127538020)\n* [ 用Abp实现短信验证码免密登录（二）：改造Abp默认实现](https://blog.csdn.net/jevonsflash/article/details/127576427)\n* [ 用Abp实现短信验证码免密登录（三）：Vue网页端开发](https://blog.csdn.net/jevonsflash/article/details/127576964)\n\n\n## 2. reset-password-sample\n\n![glimpse](./assets/reset-password-sample.png)\n\n\n实现重置密码，找回密码，以及密码强制过期策略\n\n### 技术博客 \n\n* [用Abp实现找回密码和密码强制过期策略](https://blog.csdn.net/jevonsflash/article/details/130148799)\n\n## 3. two-factor-auth-sample\n\n![glimpse](./assets/two-factor-auth-sample.png)\n\n\n两步验证，又称双重验证或双因素认证（Two-Factor Authentication，简称 2FA），本文称为“双因素认证”，它是使用两个或多个因素的任意组合来验证用户身份，例如用户提供密码后，还要提供短消息发送的验证码，以证明用户确实拥有该手机。\n\n### 技术博客 \n\n* [用Abp实现两步验证（Two-Factor Authentication，2FA）登录（一）：认证模块](https://blog.csdn.net/jevonsflash/article/details/130018241)\n* [用Abp实现两步验证（Two-Factor Authentication，2FA）登录（二）：Vue网页端开发](https://blog.csdn.net/jevonsflash/article/details/130101279)\n* [用Abp实现两步验证（Two-Factor Authentication，2FA）登录（三）：免登录验证](https://blog.csdn.net/jevonsflash/article/details/130103878)\n\n\n## 4. im-rocketchat-sample\n\n![glimpse](./assets/im-rocketchat-sample.png)\n\n\n使用 RocketChat 免费，开源的聊天组件，集成到既有的项目中\n\n### 技术博客 \n\n* [集成RocketChat至现有的.Net项目中，为ChatGPT铺路](https://blog.csdn.net/jevonsflash/article/details/128678241)\n\n\n\n\n\n## 在线Demo\n\nhttps://www.matoapp.net:3009/\n\n## 本地运行\n\n### api:\n\n后端程序，使用.Net 7项目框架搭建，运行前请确保安装.net 7 运行时https://dotnet.microsoft.com/en-us/download/dotnet/7.0\n\n```\ncd api\n```\n```\ndotnet run\n```\n\n### web:\n\n前端程序\n\n```\ncd web\n```\n```\nyarn install\n```\n```\nyarn serve\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjevonsflash%2Fmatoapp-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjevonsflash%2Fmatoapp-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjevonsflash%2Fmatoapp-samples/lists"}