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

While working on a remember me provider (see issue https://github.com/joscha/play-authenticate/issues/38) I created `Resolver.onAuthSuccessHook()`. This looks a bit forced to me so I looked up in SecureSocial and saw its [Events...

enhancement

Is it possible to make AJAX requests to login and to be able to retrieve eventuals errors? It seems that in your demo you are using PLAY_FLASH to retrieve errors...

Hi Guys, This is more of an enhancement question - is anyone working on a yahoo provider? I started on one, just to learn how play-authenticate does things, but I...

I'm not sure if this is a feature request or a support question: Is it currently possible to link (instead of sign up) a Facebook account to a UsernamePassword account...

question

In our application, we create the accounts internally, and then we send out the verification e-mails for those accounts at a later point in time. The problem occurs when one...

Hi, I have the same issue as https://github.com/joscha/play-authenticate/issues/57 - that is: "After authenticating with google and waiting 1 hour, when I try to use restricted content on my page, it...

I'm using a ajax request to login the user and just want to return a 200 status code. Is it possible to do the redirect optional somehow?

enhancement

Do I understand it correctly that method UsernamePasswordAuthProvider.userExists() implies that when SignupResult is USER_EXISTS a redirect should always happen? Basically it means that there's no way to stay on the...

enhancement

When a user is signed up using UsernamePasswordAuthenticator, and we want to sign in the user without verifying their email first, then you return SignupResult.USER_CREATED instead of USER_CREATED_UNVERIFIED like so:...

enhancement