securesocial

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

License

License

GroupId

GroupId

io.github.irevive
ArtifactId

ArtifactId

securesocial_2.13
Last Version

Last Version

2.8.7
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

https://github.com/iRevive/securesocial
Project Organization

Project Organization

io.github.irevive
Source Code Management

Source Code Management

https://github.com/iRevive/securesocial

Download securesocial_2.13

How to add to project

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

Dependencies

compile (11)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.4
com.typesafe.play : twirl-api_2.13 jar 1.5.0
com.typesafe.play : play-server_2.13 jar 2.8.7
com.typesafe.play : play-logback_2.13 jar 2.8.7
com.typesafe.play : play-akka-http-server_2.13 jar 2.8.7
com.typesafe.play : filters-helpers_2.13 jar 2.8.7
com.typesafe.play : play-ahc-ws_2.13 jar 2.8.7
com.typesafe.play : play-cache_2.13 jar 2.8.7
org.apache.commons : commons-lang3 jar 3.11
com.typesafe.play : play-mailer-guice_2.13 jar 8.0.1
org.mindrot : jbcrypt jar 0.4

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.7
com.typesafe.play : play-specs2_2.13 jar 2.8.7

Project Modules

There are no modules declared in this project.

SecureSocial for Play 2

SecureSocial allows you to add an authentication UI to your app that works with services based on OAuth1, OAuth2 and OpenID protocols. SecureSocial provides Scala and Java APIs so you can integrate it using your preferred language.

Check the project web site for more information: http://www.securesocial.ws

SecureSocial for Play 1.x

The old version of SecureSocial is under the 1.x branch now. The ‘master’ branch is for the Play 2 version only.

Written by Jorge Aliss (@jaliss)

License

SecureSocial is distributed under the Apache License, Version 2.0.

Versions

Version
2.8.7