mohiva / play-silhouette   7.0.0

Apache License 2.0 GitHub

Silhouette is an authentication library for Play Framework applications that supports several authentication methods, including OAuth1, OAuth2, OpenID, CAS, 2FA, TOTP, Credentials, Basic Authentication or custom authentication schemes.

Scala versions: 2.13 2.12 2.11 2.10

play-silhouette 7.0.0


Group ID:
com.mohiva
Artifact ID:
play-silhouette_2.13
Version:
7.0.0
Release Date:
Feb 27, 2020
Licenses:
Files:

libraryDependencies += "com.mohiva" %% "play-silhouette" % "7.0.0"

Mill build tool

ivy"com.mohiva::play-silhouette:7.0.0"

Scala CLI

//> using dep "com.mohiva::play-silhouette:7.0.0"

Ammonite REPL

import $ivy.`com.mohiva::play-silhouette:7.0.0`

<dependency>
  <groupId>com.mohiva</groupId>
  <artifactId>play-silhouette_2.13</artifactId>
  <version>7.0.0</version>
</dependency>

compile group: 'com.mohiva', name: 'play-silhouette_2.13', version: '7.0.0'