Appearance
认证与鉴权
后台
后台认证相关代码位于:
app/Domain/Authapp/Application/Admin/Permission/AppAuthCommandService.phpapp/Application/Admin/Permission/AppAuthQueryService.phpapp/Interface/Admin/Controller/PassportController.php
权限体系相关代码位于:
app/Domain/Permissionweb/src/directives/permission
前台
前台认证相关代码位于:
app/Application/Api/Authapp/Interface/Api/Controller/V1/Authapp/Domain/Member/Api/Command/DomainApiMemberAuthCommandService.phpapp/Domain/Member/Api/Command/DomainApiMemberPasswordAuthService.php
配置
相关配置可见:
config/autoload/jwt.phpconfig/autoload/api_signature.php.env.example中的JWT_SECRET
小程序登录页
前端页面位于:
miniprogram/src/pages/auth/loginminiprogram/src/pages/auth/registerminiprogram/src/pages/auth/forgot-password