guardian / pan-domain-authentication   3.0.3

Apache License 2.0 GitHub

Helper to provide a common federated authentication for all services within a domain (AKA Panda)

Scala versions: 2.13 2.12 2.11 2.10

pan-domain-auth-play_2-4-0 0.2.13


Group ID:
com.gu
Artifact ID:
pan-domain-auth-play_2-4-0_2.11
Version:
0.2.13
Release Date:
May 5, 2016
Licenses:

libraryDependencies += "com.gu" %% "pan-domain-auth-play_2-4-0" % "0.2.13"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.gu::pan-domain-auth-play_2-4-0:0.2.13"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.gu::pan-domain-auth-play_2-4-0:0.2.13"

Ammonite REPL

import $ivy.`com.gu::pan-domain-auth-play_2-4-0:0.2.13`
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</groupId>
  <artifactId>pan-domain-auth-play_2-4-0_2.11</artifactId>
  <version>0.2.13</version>
</dependency>

compile group: 'com.gu', name: 'pan-domain-auth-play_2-4-0_2.11', version: '0.2.13'