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

Is SecureSocial still being maintained? #589

Closed danielyli closed 7 years ago

danielyli commented 8 years ago

Hey there,

This looks like an amazing library, but the most recent stable release only supports up to Play 2.2.x on Scala 2.10.x. (As of this writing, the latest are Play 2.5.2 and Scala 2.11.8.) Play 2.2.x is no longer on Maven. Is this library still being maintained?

k4200 commented 8 years ago

Sorry for the cross post. I have a forked version for Play 2.5 & Scala 2.11. Please check out the following if you're interested: https://github.com/k4200/securesocial https://oss.sonatype.org/content/repositories/snapshots/tv/kazu/securesocial_2.11/ https://oss.sonatype.org/content/repositories/releases/tv/kazu/securesocial_2.11/

The changes that I have made are a mess, but at least It's working on some sites in production.

bchazalet commented 8 years ago

https://github.com/mohiva/play-silhouette seems to be its successor, and partly based on Jorge's work on SecureSocial.

jaliss commented 7 years ago

I have not abandoned the module. I resumed development recently and will start updating things.