Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/center-key/bookstore

Grails 3.0 sample application
https://github.com/center-key/bookstore

grails groovy sample security starter-template

Last synced: 12 days ago
JSON representation

Grails 3.0 sample application

Awesome Lists containing this project

README

        

# Grails Security

## The Bookstore
A Grails 3.0 sample application with straightforward security you can understand.

### Features implemented:

1. Sign up (register)
1. Sign in (authenticate)
1. Sign out (logout)
1. TagLibs
* ``
* `...`
* `...`
* ``
* ``
* ``
* ``
* ``
* ``

### Next up:

* Change password
* Reset password
* Remember me
* Make it a plugin
* Authorization (roles)
* Token (CSRF)

### Screenshots:

Sign in link

![Sign in link](https://centerkey.org/screenshots/grails-security-plugin-sign-in-link.png)

Sign in form

![Sign in form](https://centerkey.org/screenshots/grails-security-plugin-sign-in-form.png)

Sign up form

![Sign up form](https://centerkey.org/screenshots/grails-security-plugin-sign-up-form.png)