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

Inside the `UsernamePasswordAuthUser.class` you can find the following snippets of code related to creating and checking password hashes: ``` /** * You *SHOULD* provide your own implementation of this which...

I am trying to use play-authenticate (for login/signup with Linkedin, FB and gmail) in my project and integrated play-authenticate-usage but getting the following error. Am I missing something? Any help...

Added an example for JPA

I have a scenario where front end/ mobile app gets access token via authenticating users from different providers. Now I want to send access token with provider name to play-authenticate...

Dear joscha, Thanks for creating such an powerful authentication module for java developer under Play framework. I am recently using the module in my new Rest Application and trying to...

_Question_ : Can you please explain how to use SpnegoAuthProvider? For e.g. if i need to enable Spnego authentication for a particular Controller's action method should i use any annotation...

What is the purpose of having the empty AppModel in the sample project? Wouldn't it work just as well to extend Model where AppModel is used now?

play! authenticate is a well thought out and efficient module, its greatest strength being its extensive customizability, now it needs to be improved to support Single Page Apps and Mobile...

Greetings. I wanted to know if it is possible to send response as JSON. I don't want to render scala for front-end. For example, when I send form data with...

I used the Java 6/7 Java.net lib, instead of Play's async WS library, for the captcha verification call to Google. Everything seems to work fine, but I did this all...