s

simple-authentication-methods

An authentication library for Spring MVC back-end applications build on top of Spring Security framework and Spring Boot platform. It provides java annotations which selectively activate and configure authentication methods implemented by the library.
https://github.com/neat-solutions-lab/simple-authentication-methods
MIT License
Gracjan Jankowski
Files download
File Operation
simple-authentication-methods-1.0.0.jar download
simple-authentication-methods-1.0.0.pom download
simple-authentication-methods-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.neat-solutions-lab</groupId>
  <artifactId>simple-authentication-methods</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.neat-solutions-lab:simple-authentication-methods:1.0.0'
Gradle Kotlin
implementation("com.github.neat-solutions-lab:simple-authentication-methods:1.0.0")
Scala SBT
libraryDependencies += "com.github.neat-solutions-lab" % "simple-authentication-methods" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.neat-solutions-lab', module='simple-authentication-methods', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.neat-solutions-lab" name="simple-authentication-methods" rev="1.0.0" />
Leiningen
[com.github.neat-solutions-lab/simple-authentication-methods "1.0.0"]
Apache Buildr
'com.github.neat-solutions-lab:simple-authentication-methods:jar:1.0.0'