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: 11 months 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 (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T08:37:49.000Z (over 2 years ago)
- Last Synced: 2025-05-07T22:06:51.466Z (11 months ago)
- Topics: grails, groovy, sample, security, starter-template
- Language: Groovy
- Homepage:
- Size: 230 KB
- Stars: 4
- Watchers: 3
- 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 form

Sign up form
