A Grails app that implements a simple client to facilitate the testing/implementation of the secureApi plugin.
This application provides a GUI for testing an app that implements Secure API Grails Plugin.
It also contains 2 simple Java classes that are implementing the client authorization (signing requests) to access API secured with the Secure API plugin.
Download, run server on port 8090. Browse http://localhost8080
Download Secure Api Sample Implementation App and start it on port 80.
Do requests with valid pair of client key and client secret defined in config file.
Update for Grails 3