Skip to content

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

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