0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adds travis-ci information about scala build More... almost 10 years ago
Changes hashing to use external library More... almost 10 years ago
Adds travis-ci build information More... almost 10 years ago
Updates project version to 2.3.2 More... almost 10 years ago
Changes abstract `val` to `def` in `Authenticator` trait More... almost 10 years ago
Changelog for version 2.3.2 More... almost 10 years ago
Switches to actor system's execution context for removal of expired tokens More... almost 10 years ago
Adds rememberMe tokens hashing More... almost 10 years ago
Makes expired tokens removal asynchronous More... almost 10 years ago
Merge branch 'master' into security-fix More... almost 10 years ago
Upgrade xsbt-web-plugin to 1.0.0 More... almost 10 years ago
Adds tests for delayed old token replacement More... almost 10 years ago
Fixes saving unchanged user with tokens More... almost 10 years ago
Adds tests for authentication with token More... almost 10 years ago
Adds removal of expired tokens More... almost 10 years ago
Merge pull request #46 from unsignedbytes/fix-typo-in-send-error More... almost 10 years ago
Fixes spelling error in the invite form More... almost 10 years ago
Don't replace rememberMe token immidiately, just add new one and delete old one after some time. More... about 10 years ago
Added AUTO_SERVER=TRUE to H2 database, so we can connect with console when application is running. More... about 10 years ago
Add expireDate to rememberMe token. More... about 10 years ago
user_tokens table primary key is now only single column - "token" More... about 10 years ago
User has now tokens, not single token. To allow rememberMe on many devices. More... about 10 years ago
Do not use cookieStore for scentry. Use regular server-side session. More... about 10 years ago
build fix, shrinkwrap i dep upgrade More... about 10 years ago
rm sbt-idea, idea import works since scalaIdeaPlugin 1.4.189 More... about 10 years ago
sbt-idea plugin More... about 10 years ago
Merge pull request #10 from softwaremill/hook-this-baby More... over 10 years ago
Drops unused import and adds note about required import of execution context More... over 10 years ago
Uses actor's dispatcher execution context More... over 10 years ago
Adds guard to avoid constructing given hook if no listeners were defined for it More... over 10 years ago