guardian / identity-play-auth   2.6

Apache License 2.0 GitHub

A small library for Guardian Identity authentication with the Play framework

Scala versions: 2.12 2.11

identity-play-auth 0.14


Group ID:
com.gu.identity
Artifact ID:
identity-play-auth_2.11
Version:
0.14
Release Date:
Jan 14, 2016
Licenses:

libraryDependencies += "com.gu.identity" %% "identity-play-auth" % "0.14"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.gu.identity::identity-play-auth:0.14"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.gu.identity::identity-play-auth:0.14"

Ammonite REPL

import $ivy.`com.gu.identity::identity-play-auth:0.14`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.gu.identity</groupId>
  <artifactId>identity-play-auth_2.11</artifactId>
  <version>0.14</version>
</dependency>

compile group: 'com.gu.identity', name: 'identity-play-auth_2.11', version: '0.14'