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

Is it possible to use more clientId and clientSecret on mine.conf to allow authentication from different facebook auth? My problem is that i have an application running on a single...

Whenever I set property `application.context`, which defines a prefix for the routes in your system, the authentication cookie (and also any cookie generated with session()) are limited to the path...

Hi, I am trying to use the module in local development but i have several errors while compilation in sbt like 👍 useGpg := true not found or releasePublishArtifactsAction :=...

hi i have the same issue https://github.com/joscha/play-authenticate/issues/284 i see it is fix on 0.7.1 but not in version 8 could you do something please ? [warn] o.a.h.c.p.ResponseProcessCookies - Invalid cookie...

The LinkedIn OAuth provider is failing for me in both sample apps for play-authenticate referencing the 0.8.1-SNAPSHOT. I am no longer able to oauth authenticate with my LinkedIn account. Is...

Hi, Could you please update documentation about: 1)What ``` com.feth.play.module.pa.controllers.Authenticate.noCache(response()); ``` is, why and where should I use it? 2) What is the purpose of `AuthProvider` and it's elements and...

When I clone the project and try to run test-app I get: ``` ~/workspace/play-authenticate/test-app $ sbt [info] Loading project definition from ~\workspace\play-authenticate\test-app\project java.lang.RuntimeException: Not a directory: ~\workspace\play-authenticate\test-app\modules\play-authenticate at scala.sys.package$.error(package.scala:27) at...

I am using the play-authenticate-usage Java example. I appreciate the sample. When I debug the sample and look at my MySQL logs, what I am seeing is that the sample...

applyEvolutions.default=true needs to be set in application.conf to get sql script to be executed

I'd like to implement a feature where the user must change their password when they first login. To do that, it appears that I need to change a method that...