Skip to content

jevonsflash/matoapp-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matoapp-samples Abp示例集

1. sms-auth-sample

glimpse

搭建一套集成手机号免密登录验证与号码绑定功能的用户系统

技术博客

这是一篇系列博文,我将使用Abp.Zero搭建一套集成手机号免密登录验证与号码绑定功能的用户系统:

2. reset-password-sample

glimpse

实现重置密码,找回密码,以及密码强制过期策略

技术博客

3. two-factor-auth-sample

glimpse

两步验证,又称双重验证或双因素认证(Two-Factor Authentication,简称 2FA),本文称为“双因素认证”,它是使用两个或多个因素的任意组合来验证用户身份,例如用户提供密码后,还要提供短消息发送的验证码,以证明用户确实拥有该手机。

技术博客

4. im-rocketchat-sample

glimpse

使用 RocketChat 免费,开源的聊天组件,集成到既有的项目中

技术博客

在线Demo

https://www.matoapp.net:3009/

本地运行

api:

后端程序,使用.Net 7项目框架搭建,运行前请确保安装.net 7 运行时https://dotnet.microsoft.com/en-us/download/dotnet/7.0

cd api
dotnet run

web:

前端程序

cd web
yarn install
yarn serve