# shield **Repository Path**: andyzy/shield ## Basic Information - **Project Name**: shield - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-05-10 - **Last Updated**: 2024-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### (盾牌) #### 概述 简化Spring Security,减少学习成本,开箱即用的认证框架。 #### 目标 1. 支持多种令牌类型、存储方式、认证模式。 2. 开箱即用,支持用户拓展。 | 令牌类型 | 状态 | | :------- | ---- | | Jwt | √ | | Uuid | √ | | 令牌存储方式 | 状态 | | ------------ | ---- | | Redis | √ | | Db | √ | | 无状态 | | | 认证模式 | 状态 | | ----------------- | ---- | | 账号+密码 | √ | | 账号+密码+验证码 | | | 手机号+动态验证码 | | | 手机号+邀请码 | | ### Tips 1. 深度依赖 [mica] (https://gitee.com/596392912/mica)