Shiro OAuth Plugin

  • Tags : /
  • Latest : 0.2
  • Last Updated: 29 April 2012
  • Grails version : 1.3.3 > *
1 vote
Dependency :
compile ":shiro-oauth:0.2"
Custom repositories :
mavenRepo "http://repo.desirableobjects.co.uk/"

Documentation Source Issues

Summary

Adds OAuth-based authentication to the Shiro plugin using the OAuth plugin. This plugin provides an OAuth realm that can easily be integrated into existing applications and a host of utility functions to make things like "log in with Twitter" almost trivial.

Installation

grails install-plugin shiro-oauth

Description

2012.04.29: Version 0.2

  • Added multi-provider support (configure more than one provider in an app)
  • Fixed Google and Facebook authentication