Skip to content

AtlasOfLivingAustralia/ala-security-project

Repository files navigation

ala-security-libs

Java libraries and Grails plugins for authentication and authorization with backwards compatibility to previous ALA plugins

Build Status

Usage

The current version of these libraries is: 7.1.0.

To ensure that various plugins and libraries and self-consistent, a project should use the same version for each of the plugins and libraries that it consumes, eg for a Grails project:

gradle.properties:

alaSecurityLibsVersion=7.1.0

build.gradle:

dependencies {
  implementation "org.grails.plugins:ala-auth-plugin:$alaSecurityLibsVersion"
  implementation "org.grails.plugins:ala-ws-plugin:$alaSecurityLibsVersion"
  implementation "org.grails.plugins:ala-ws-security-plugin:$alaSecurityLibsVersion"
}

Components

This project contains all of the following previously separate ALA Grails plugins and libs:

In addition there is support for Spring Boot apps using the same underlying libraries and code in:

About

Web service specific security code, e.g. API Key filters

Topics

Resources

Stars

1 star

Watchers

17 watching

Forks

Packages

 
 
 

Contributors