satya

Social Authentication Library

License

License

GroupId

GroupId

com.sangupta
ArtifactId

ArtifactId

satya
Last Version

Last Version

0.10.0
Release Date

Release Date

Type

Type

jar
Description

Description

satya
Social Authentication Library
Project URL

Project URL

http://sangupta.com/projects/satya
Source Code Management

Source Code Management

https://github.com/sangupta/satya

Download satya

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.1.2
com.sangupta : jerry-core jar 1.3.0
com.sangupta : jerry-oauth jar 0.10.0
com.google.code.gson : gson jar 2.3

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Satya

Social Authentication Library

The library is nascent and in development. It now compiles and works for some providers as well.

Integrated Social Networks

  • Google
  • Yahoo broken
  • Facebook
  • LinkedIn
  • DropBox
  • Microsoft Live
  • Twitter
  • GitHub

Versioning

For transparency and insight into our release cycle, and for striving to maintain backward compatibility, satya will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the follow format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major
  • New additions without breaking backward compatibility bumps the minor
  • Bug fixes and misc changes bump the patch

For more information on SemVer, please visit http://semver.org/.

License

Copyright (c) 2014, Sandeep Gupta

The project uses various other libraries that are subject to their
own license terms. See the distribution libraries or the project
documentation for more details.

The entire source is licensed under the Apache License, Version 2.0 
(the "License"); you may not use this work except in compliance with
the LICENSE. You may obtain a copy of the License at

	http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
0.10.0
0.9.0