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 tried to install play-authenticate on play 2.6 and got the following error: [error] Modules were resolved with conflicting cross-version suffixes in {file:/Users/javierrios/Documents/erp/}root: [error] com.typesafe.play:play-functional _2.12, _2.11 [error] com.typesafe.akka:akka-actor _2.12,...

I am trying to implement something like this: -User A signs up using normal flow (email and password, then verify email). -User A can key in other users emails (and...

when one clicks on the sample app link that resides in the Readme a link to heroku opens, but the app itself does not seem to run https://play-authenticate.herokuapp.com/

Hi, Is it possible to return a token instead of cookie in a request? I would like to have it for accessing my backend from Android device.

on prodution, I'm getting this warning: [warn] application - A user service was already registered - replacing the old one (service.MyUserServicePlugin) with the new one (service.MyUserServicePlugin), however this might hint...

There is some cookie issue on the response of LinkedIn, but I believe it will be fixed if it was moved over to oauth2

Hi, I notice a bug for Facebook Oauth login. It already fix for 0.8.3 version. Is it possible to fix it for 0.7.x version ? Many thanks.

Is anyone else really wanting to have a Scala version of the play-authenticate-usage? is there some fork/work in progress? I am trying to migrate the play-authenticate-usage example to Scala, have...

Hi, do you use play cache ? because i want to clusterize or load balance several applications with you plugin... can i make it and no take care of your...

Playframework 2.4 Hi, I try to configure a scope userinfo but it doesn't work at all. I'm inspiring from http://www.securesocial.ws/guide/configuration.html How can I make it? Many thanks. ```json google {...