jaliss / securesocial

A module that provides OAuth, OAuth2 and OpenID authentication for Play Framework applications
http://www.securesocial.ws
Apache License 2.0
1.19k stars 510 forks source link

Migrate to Play 2.6 #614

Closed gmethvin closed 6 years ago

gmethvin commented 6 years ago

This attempts to update SecureSocial to work on Play 2.6, Scala 2.12 and sbt 1.

Fixes #611 #612

At the moment it's still a work in progress. It compiles, but I had to remove some tests and remove some deprecated code. It still requires global state because some of the "constants" use the configuration from the currently running application.

Feedback is appreciated.

jaliss commented 6 years ago

@gmethvin thanks for much for this. I'm sorry I have not been able to keep up. I'll review the changes and see how we can fix the remaining issues to have a version compatible with 2.6.

gmethvin commented 6 years ago

Updated to inject the configs

normenmueller commented 6 years ago

@gmethvin I haven't looked at it yet, but I still ask: Is there an example project for SecureSocial in combination with Play 2.6?

xfishernet commented 6 years ago

How connect last secure social for Play 2.6?

libraryDependencies += "ws.securesocial" %% "securesocial" % "master"

does worked :-/ which version need write in build.sbt?

JackHopkins commented 6 years ago

Any news with a deployed sbt module?