SecureSocial

An authentication module for Play Framework applications supporting OAuth, OAuth2, OpenID, Username/Password and custom authentication schemes.

License

License

GroupId

GroupId

com.iterable
ArtifactId

ArtifactId

securesocial_2.13
Last Version

Last Version

5.0.0-RC1
Release Date

Release Date

Type

Type

jar
Description

Description

SecureSocial
An authentication module for Play Framework applications supporting OAuth, OAuth2, OpenID, Username/Password and custom authentication schemes.
Project URL

Project URL

http://www.securesocial.ws
Project Organization

Project Organization

SecureSocial
Source Code Management

Source Code Management

https://github.com/jaliss/securesocial

Download securesocial_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/com.iterable/securesocial_2.13/ -->
<dependency>
    <groupId>com.iterable</groupId>
    <artifactId>securesocial_2.13</artifactId>
    <version>5.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.iterable/securesocial_2.13/
implementation 'com.iterable:securesocial_2.13:5.0.0-RC1'
// https://jarcasting.com/artifacts/com.iterable/securesocial_2.13/
implementation ("com.iterable:securesocial_2.13:5.0.0-RC1")
'com.iterable:securesocial_2.13:jar:5.0.0-RC1'
<dependency org="com.iterable" name="securesocial_2.13" rev="5.0.0-RC1">
  <artifact name="securesocial_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iterable', module='securesocial_2.13', version='5.0.0-RC1')
)
libraryDependencies += "com.iterable" % "securesocial_2.13" % "5.0.0-RC1"
[com.iterable/securesocial_2.13 "5.0.0-RC1"]

Dependencies

compile (11)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.6
com.typesafe.play : twirl-api_2.13 jar 1.5.1
com.typesafe.play : play-server_2.13 jar 2.8.8
com.typesafe.play : play-logback_2.13 jar 2.8.8
com.typesafe.play : play-akka-http-server_2.13 jar 2.8.8
com.typesafe.play : filters-helpers_2.13 jar 2.8.8
com.typesafe.play : play-ahc-ws_2.13 jar 2.8.8
com.typesafe.play : play-cache_2.13 jar 2.8.8
com.typesafe.play : play-mailer-guice_2.13 jar 8.0.1
org.mindrot : jbcrypt jar 0.3m
org.apache.commons : commons-lang3 jar 3.9

provided (1)

Group / Artifact Type Version
io.methvin.play : autoconfig-macros_2.13 jar 0.3.2

test (2)

Group / Artifact Type Version
com.typesafe.play : play-test_2.13 jar 2.8.8
com.typesafe.play : play-specs2_2.13 jar 2.8.8

Project Modules

There are no modules declared in this project.

Versions

Version
5.0.0-RC1
4.0.0-M4