s

springauth

This is a very simple library for providing a spring boot application with OAuth2 type authentication, while taking a lot of influence from spring security it is not meant as a spring security replacement but rather a light weight alternative
https://github.com/eetchyza/spring-auth
The MIT License
Dan Williams
Files download
File Operation
springauth-1.0.16.jar download
springauth-1.0.16.pom download
springauth-1.0.16-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.eetchyza</groupId>
  <artifactId>springauth</artifactId>
  <version>1.0.16</version>
</dependency>
Gradle Groovy
implementation 'io.github.eetchyza:springauth:1.0.16'
Gradle Kotlin
implementation("io.github.eetchyza:springauth:1.0.16")
Scala SBT
libraryDependencies += "io.github.eetchyza" % "springauth" % "1.0.16"
Groovy Grape
@Grapes(
  @Grab(group='io.github.eetchyza', module='springauth', version='1.0.16')
)
Apache Ivy
<dependency org="io.github.eetchyza" name="springauth" rev="1.0.16" />
Leiningen
[io.github.eetchyza/springauth "1.0.16"]
Apache Buildr
'io.github.eetchyza:springauth:jar:1.0.16'