Download play20 rememberme Free Java Code

Description

Example Play authentication with remember me cookies.

Source Files

The download file play20-rememberme-master.zip has the following entries.


.gitignore/*  ww w  .j  a  v a  2  s  .co m*/
README
app/Global.scala
app/controllers/Application.scala
app/controllers/AuthController.scala
app/controllers/BaseActions.scala
app/controllers/BaseConstraints.scala
app/controllers/ResetController.scala
app/controllers/SignupController.scala
app/controllers/package.scala
app/models/EncryptedPassword.scala
app/models/RememberMeToken.scala
app/models/User.scala
app/security/MyAuthenticationHandler.scala
app/security/MyAuthenticationService.scala
app/security/MyContext.scala
app/security/MyPasswordService.scala
app/security/MySessionStore.scala
app/views/auth/layout.scala.html
app/views/auth/loggedIn.scala.html
app/views/auth/login.scala.html
app/views/auth/miniLogin.scala.html
app/views/auth/suspicious.scala.html
app/views/base/footer.scala.html
app/views/base/header.scala.html
app/views/base/layout.scala.html
app/views/fragments/twitterBootstrapInput.scala.html
app/views/helper/flash.scala.html
app/views/helper/inputClearPassword.scala.html
app/views/index.scala.html
app/views/signup/formFields.scala.html
app/views/signup/index.scala.html
app/views/signup/layout.scala.html
app/views/signup/success.scala.html
conf/Messages
conf/application.conf
conf/evolutions/default/1.sql
conf/routes
modules/authentication/authentication.iml
modules/authentication/build.sbt
modules/authentication/src/main/scala/com.tersesystems/authentication/AuthEvents.scala
modules/authentication/src/main/scala/com.tersesystems/authentication/AuthenticationHandler.scala
modules/authentication/src/main/scala/com.tersesystems/authentication/AuthenticationService.scala
modules/authentication/src/main/scala/com.tersesystems/authentication/Context.scala
modules/authentication/src/main/scala/com.tersesystems/authentication/ContextConverter.scala
modules/authentication/src/main/scala/com.tersesystems/authentication/PasswordConstraints.scala
modules/authentication/src/main/scala/com.tersesystems/authentication/PasswordService.scala
modules/authentication/src/main/scala/com.tersesystems/authentication/RememberMe.scala
modules/authentication/src/main/scala/com.tersesystems/authentication/SessionCookie.scala
modules/authentication/src/main/scala/com.tersesystems/authentication/SessionSaver.scala
modules/authentication/src/main/scala/com.tersesystems/authentication/SessionStore.scala
modules/authentication/src/main/scala/com.tersesystems/authentication/UserIdConverter.scala
modules/authentication/src/main/scala/com.tersesystems/authentication/UserInfoService.scala
project/Build.scala
project/build.properties
project/plugins.sbt
public/images/favicon.png
public/img/glyphicons-halflings-white.png
public/img/glyphicons-halflings.png
public/javascripts/bootstrap.js
public/javascripts/jquery-1.7.1.min.js
public/javascripts/zxcvbn-async.js
public/javascripts/zxcvbn.js
public/stylesheets/bootstrap.css
public/stylesheets/main.css
test/ApplicationSpec.scala
test/IntegrationSpec.scala
test/SignupControllerSpec.scala

Download

Click the following link to download play20-rememberme-master.zip.

play20-rememberme-master.zip




















Home »
  Javascript Free Code Download »
    Security »




Authentication
OAuth
Password
Security
Validation