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 keep getting the "The state parameter may have been tampered with" message when authenticating with google. I am hosted on Heroku with 2 instances. I had a guess that...

Play-authenticate seems to rely heavily on play.Cache for storing intermediate state. This won't work if my application is deployed in cloud on more than one server. Cache could also get...

Hi joscha, I'd like to show a page where a user confirms my "terms of services" after an external provider (e.g., Google) redirects to my application and before the user...

How can I do so that a new page on nav-bar be restricted according to the expiration of the user, as the profile page?

I got this error when trying to merge 2 accounts: ``` [PersistenceException: The default EbeanServer has not been defined? This is normally set via the ebean.datasource.default property. Otherwise it should...

I would like to provide a way for use to config their email setting in an admin dashboard so that emails sent from system will be taken from that settings...

I am using play-authenticate to implement login with twitter in my app. When I click on the twitter link It takes me to twitter for authentication. The link looks like...

I want to redirect user to the right page where he was before he press login (facebook or twitter). I can get the referer from context and redirect user like...

Using sample play-authenticate-usage I was trying to implement my own authentication. As comment said in auth method from Resolver created in Global.java I tried to override authenticate method. Anyway I...

Hi, this is just a question. In the play-authenticate-usage sample, the LinkedAccount model contains a reference to User, but in the creation phase of the User, this field is not...