Closed gmethvin closed 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.
Updated to inject the configs
@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?
How connect last secure social for Play 2.6?
libraryDependencies += "ws.securesocial" %% "securesocial" % "master"
does worked :-/ which version need write in build.sbt?
Any news with a deployed sbt module?
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.