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

I've created a solution for access logging using Play-Authenticate. Details are in this posting: https://groups.google.com/forum/#!topic/play-framework/e0KCsHUVGOo You should add it to your documentation. So, this is a documentation enhancement request. :-)

Play-auth crashes when session contains invalid pa.p.id Fix is on the way

This improvements relates to this issue #57 I create a method refresh which contains the logic to perform a refresh token action. I implement only for GoogleAuthProvider. I modify PlayAuthenticate.isLoggedIn...

Dear GIT, I'm completely new to this repository.. Kindly understand my problem. I have faced one issue with recaptcha v2. I completed my code with validations on client and server...

Google's latest reCAPTCHA (v2.0 API) is much better than the old version. And, if your site is public, and you allow anyone to signup, then signup spam protection is a...

i need to log with an account LDAP or AD, i use play-authenticate 0.5.3-SNAPSHOT how to do that please?

I have a small project who's code is hosted publicly, so I want to set the Google client ID and secret using environment variables set before the program starts. Is...

Hi, I'm planning to use play-authenticate for authentication. My DB is Mongo, with Spring Data Mongo used for persistence. As per the documentation I have extended UserServicePlugin and created a...

question

This is really just a basic question. I really enjoy the framework and it works well for me in my Play application, but I might be rewriting the application within...

Hi, I wrote a Scala trait that should make life easier for Scala developers. Please check [Test.scala](https://github.com/tabdulradi/scala-play-authenticate-usage/blob/master/app/controllers/Test.scala) and [Authentication.scala](https://github.com/tabdulradi/scala-play-authenticate-usage/blob/master/app/controllers/Authentication.scala)