Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 633 Bytes

File metadata and controls

16 lines (9 loc) · 633 Bytes

secureApiSampleImplementationApp

A sample app that implements the secureApi grails plugin.

Introduction

This application is a simple implementation of the Secure API Grails Plugin.

Installation

Download, install plugin, run server on port 80. Browse http://localhost/api/getUsers

Look at the code in ApiController to see how the plugin is used to secure the API.

Use Secure API Simple Client App to test it and also to give simple working Java client for your API to your custommers.