Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/center-key/bookstore
- Owner: center-key
- License: mit
- Created: 2015-05-29T06:32:49.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T08:37:49.000Z (over 1 year ago)
- Last Synced: 2023-08-12T08:39:27.583Z (over 1 year ago)
- Topics: grails, groovy, sample, security, starter-template
- Language: Groovy
- Size: 230 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)