https://github.com/wsargent/play20-rememberme
Example Play authentication with remember me cookies.
https://github.com/wsargent/play20-rememberme
Last synced: 7 months ago
JSON representation
Example Play authentication with remember me cookies.
- Host: GitHub
- URL: https://github.com/wsargent/play20-rememberme
- Owner: wsargent
- License: other
- Created: 2012-08-15T00:08:34.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-06T07:57:46.000Z (over 11 years ago)
- Last Synced: 2025-03-18T19:51:51.230Z (7 months ago)
- Language: Scala
- Size: 697 KB
- Stars: 32
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Play2 Boilerplate
=====================================This is a barebones Play application with a minimal authentication scheme that allows for authentication through persistent "remember me" cookies.
The application is split into two parts: the boilerplate, which contains the configuration and set up, and the various modules that feed into it.
http://tersesystems.com/2012/07/07/remember-me-cookies-for-play-2-dot-0
will.sargent@gmail.com