SecureSocial-parent


License

License

GroupId

GroupId

io.github.irevive
ArtifactId

ArtifactId

securesocial-parent_2.11
Last Version

Last Version

3.0-RC2
Release Date

Release Date

Type

Type

jar
Description

Description

SecureSocial-parent
SecureSocial-parent
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-parent_2.11

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12

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
3.0-RC2
3.0-RC1