|
Project Information
|
Grails-OAuth on GitHubI have moved the project hosting to GitHub, so that people can more easily fork and contribute to the project. Please find the new home at http://github.com/houyr/grails-oauth About the PluginThis plugin is intended to ease your way of implementing an OAuth consumer for your Grails app. It provides built-in controller actions, service methods, and taglib to help you perform the two fundamental tasks you ever want to do as an OAuth consumer - to guide the user to authorize your app, and access OAuth protected resources after getting the authorization. Getting the pluginThe latest release is always published to the official Grails plugins repository. Please visit the plugin's home page at the Grails site for complete documentation |