All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.shoulder.security.authentication.sms.package-info Maven / Gradle / Ivy

Go to download

Shoulder 基础模块,基于 Spring Security + Spring Boot Web的安全模块,除了提供用户认证、授权、会话管理等基础功能,还允许轻松更换认证模式,如 Session / Token(JWT) 模式切换。

There is a newer version: 0.8.1
Show newest version
/**
 * 提供手机号码认证(扩展 spring security 认证方式)
 * 该 api 只输入手机号码就能登录,因此需要与 手机短信验证码过滤器 配合使用,如 shoulder-starter-code 包中提供了 手机短信验证码 的方式对其保护
 * 实际中可以自由添加自定义的方式,如既可以手机号+短信验证码登录、也可以手机号+密码登录,还可以手机号+指纹,手机号+人脸登录
 *
 *
 * @author lym
 */
package org.shoulder.security.authentication.sms;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy