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

The sample applications are great, but there is no step-by-step todo to implement this thing. What if stripped down Restful API security with Authentication and Authorization is needed ? Can...

I have created 2 roles for my project. I want to assign a Role to the users during the registration process. how can I create 2 registration forms, if I...

Facebook login no longer working in the sample application: https://play-authenticate.herokuapp.com/login This is the error: (#12) username field is deprecated for versions v2.0 and higher Could this potentially be due to...

@joscha , I was wondering if there is any roadmap available for this project? If not, is there currently any ongoing development to implement new features? (besides keeping up to...

Hello, I've created a sample project with JPA and Hibernate if anyone is looking for a solution. https://github.com/skelt/play-authenticate-hibernate Cheers, Stewart.

We've switched our application cache from the default EHCache implementation to a memcached-based one, using the [play2-memcached](https://github.com/mumoshu/play2-memcached) plugin. When trying to link a LinkedIn identity to an existing account, we're...

This happens when i try to login via social providers, is there any workaround for this issue? Im using playframework 2.2.2

Hi, i got an issue, when i try to activate new account from email link i got this: ``` [error] play - Cannot invoke the action, eventually got an error:...

Hello @joscha , Thanks for this great module, and making it free. I am using your module for an in house project and I would like new accounts to be...

Can we get the project integrated with coveralls? I'd like to be able to know how much test coverage is there, and that way, I can look at contributing towards...