Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
/ social-sign-in Public archive

Scala wrapper around Google's Java Open ID Connect library

License

Notifications You must be signed in to change notification settings

guardian/social-sign-in

Repository files navigation

Warning

As of 12/12/2024 this library is no longer maintained and has been archived. It's last known use was removed from IDAPI in github/identity@1e3af8.

social-signin

Publish library with

sbt "release"

Import library with:

libraryDependencies += "com.gu" %% "social-signin" % "<latest-version>"

Code example:

val idToken = IDToken("YXNkZmFzZGZhc2RmYXNk)
val googleClientID = GoogleClientID("10001")

GoogleOpenIDConnect.fetchSocialUser(idToken, googleClientID).map(_).getOrElse("")

About

Scala wrapper around Google's Java Open ID Connect library

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages