s

security

基于Spring Security体系安全模块 包括: APP环境(Spring Security、Spring Social社交登陆、token验证) WEB环境下(Spring Security、Spring Social社交登陆), 验证码验证(图形、短信)
https://github.com/shawven/security
The Apache Software License, Version 2.0
shoven
Files download
File Operation
security-2.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.shawven</groupId>
  <artifactId>security</artifactId>
  <version>2.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.shawven:security:2.1.0'
Gradle Kotlin
implementation("com.github.shawven:security:2.1.0")
Scala SBT
libraryDependencies += "com.github.shawven" % "security" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.shawven', module='security', version='2.1.0')
)
Apache Ivy
<dependency org="com.github.shawven" name="security" rev="2.1.0" />
Leiningen
[com.github.shawven/security "2.1.0"]
Apache Buildr
'com.github.shawven:security:jar:2.1.0'