play-authenticate icon indicating copy to clipboard operation
play-authenticate copied to clipboard

An authentication plugin for Play Framework 2.x (Java)

Results 99 play-authenticate issues
Sort by recently updated
recently updated
newest added

Is this project still maintained well enough to expect an update for [2.7.X](https://www.playframework.com/documentation/2.7.x/Migration27#Play-2.7-Migration-Guide)?

This PR corresponds to the comments under issues #360. We have tested all the functionality in the play-authenticate-usage example.

Hi, is the "Remember Me" functionality implemented somewhere? maybe an open PR? I'd like to have that. I'm soon implementing a new application and need this plus other stuff. Also,...

I'd like to propose a new feature to introduce a 2 factor authentication using the cool Google Authenticator App which I use all the time in my iPhone. We are...

Hey. Recently, I faced a strange issue and I am not sure where this came from: Based on the sample app, my application did not persist the password set using...

I have an application with play authenticate, in each environment i want to insert from SQL some users, how i can simply achieve it ? thanks !

Hi, i have developped an application with playauthenticate, now i want create a mobile APP wich connect on same DB so, the user have to connect on same way as...

Opening http://localhost:9000/authenticate/basic (thus the examples HTTP basic auth) causes the following error on [samples/java/play-authenticate-usage`@3f70e03`](/joscha/play-authenticate/tree/3f70e0316b5a848b78cd3e47c80f431d6de1afc9/samples/java/play-authenticate-usage): ```` [error] application - ! @79b3ccanf - Internal server error, for (GET) [/authenticate/basic] -> play.api.http.HttpErrorHandlerExceptions$$anon$1: Execution...

Hello, I have just cloned the play-authenticate tree and cannot make it work. I keep getting the following exception: `[error] io.ebean.Ebean - Error trying to create the default EbeanServer java.lang.RuntimeException:...

Please let me know if play-authenticate already supports the scenario below. If it doesn't already support it and you don't foresee adding this functionality, please give me some tips on...