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

Authentication works, but does this project also support authorization? E.g. userA could authenticate, but is not authorized to view this page, while userB is allowed.

On my local environment the application works smoothly however when moving to production i am getting: "The state parameter may have been tampered with!." I think this could be because...

I'm sorry for the bit out of off topic question, but once I have an application that uses play-authenticate; what is the preferred way to make API calls to the...

1. Added additional parent for the SerializableRequestToken, that would allow us to have non-parameters constructor. 2. Changed loading from the cache.

Hi, I found a NPE with your demo (https://play-authenticate.herokuapp.com/). - Sign up with a Google account - In your profile, verify your mail - Look your inbox and verify your...

There seems to be an issue with play-authenticate not being able to locate its settings when a play framework 2.4 production release is created. In dev mode the plugin works...

After installation, i run application due to CommandFailureException:. Please help me on how to setup the application up running

Looking at the usage sample I am a bit puzzled on why the LinkedAccount#providerUserId is called like this while its content is a hashed password? Besides IMHO I don't think...

Hello, This is a small example of using play authenticate in Scala. https://github.com/joscha/play-authenticate/issues/50 I used the deadbolt scala example as a guideline. Together with your own MyDeadBoltHandler example. https://github.com/schaloner/deadbolt-2-scala-examples/blob/2.1-RC3/app/security/MyDeadboltHandler.scala Are...