social-signin

Scala library for Social Sign-in.

License

License

GroupId

GroupId

com.gu
ArtifactId

ArtifactId

social-signin_2.11
Last Version

Last Version

0.1.13
Release Date

Release Date

Type

Type

jar
Description

Description

social-signin
Scala library for Social Sign-in.
Project URL

Project URL

https://profile.theguardian.com/signin
Project Organization

Project Organization

com.gu
Source Code Management

Source Code Management

https://github.com/guardian/social-sign-in

Download social-signin_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.gu/social-signin_2.11/ -->
<dependency>
    <groupId>com.gu</groupId>
    <artifactId>social-signin_2.11</artifactId>
    <version>0.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/social-signin_2.11/
implementation 'com.gu:social-signin_2.11:0.1.13'
// https://jarcasting.com/artifacts/com.gu/social-signin_2.11/
implementation ("com.gu:social-signin_2.11:0.1.13")
'com.gu:social-signin_2.11:jar:0.1.13'
<dependency org="com.gu" name="social-signin_2.11" rev="0.1.13">
  <artifact name="social-signin_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='social-signin_2.11', version='0.1.13')
)
libraryDependencies += "com.gu" % "social-signin_2.11" % "0.1.13"
[com.gu/social-signin_2.11 "0.1.13"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
com.typesafe.akka : akka-http_2.11 jar 10.1.13
com.google.api-client : google-api-client jar 1.31.1
com.typesafe.scala-logging : scala-logging_2.11 jar 3.9.2

Project Modules

There are no modules declared in this project.

Cross publish library for 2.11 and 2.12 with

sbt "release cross"

Import library with:

libraryDependencies += "com.gu" %% "social-signin" % "0.1.0"

Code example:

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

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

The Guardian

The source code of the world's leading liberal voice

Versions

Version
0.1.13
0.1.12
0.1.11
0.1.10
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.0