pyppe / play-simple-auth   1.0

MIT License GitHub

Simple OAuth authentication support for Play framework

Scala versions: 2.11 2.10

play-simple-auth 1.0


Group ID:
fi.pyppe
Artifact ID:
play-simple-auth_2.11
Version:
1.0
Release Date:
Sept 10, 2014
Licenses:
MIT
Files:

libraryDependencies += "fi.pyppe" %% "play-simple-auth" % "1.0"

Mill build tool

ivy"fi.pyppe::play-simple-auth:1.0"

Scala CLI

//> using dep "fi.pyppe::play-simple-auth:1.0"

Ammonite REPL

import $ivy.`fi.pyppe::play-simple-auth:1.0`

<dependency>
  <groupId>fi.pyppe</groupId>
  <artifactId>play-simple-auth_2.11</artifactId>
  <version>1.0</version>
</dependency>

compile group: 'fi.pyppe', name: 'play-simple-auth_2.11', version: '1.0'