Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 1.05 KB

File metadata and controls

26 lines (20 loc) · 1.05 KB

Deprecation Notice

The plugin has been moved to new repository.

Please browse to grails-plugins fork for new updates for the plugin source code: https://github.com/grails-plugins/grails-spring-security-oauth2-provider

Grails Spring Security OAuth2 Provider Plugin

Build Status

See documentation and the Grails plugin page for further information.

Until the newer deploys work with the Grails repos, you may use the following for Grails 3.3+:

repositories {
  ...
  maven { url "http://dl.bintray.com/bluesliverx/grails-plugins" }
}
dependencies {
  ...
  compile 'org.grails.plugins:spring-security-oauth2-provider:3.1.0-RC1'
}