An open API service indexing awesome lists of open source software.

https://github.com/clivern/frog

:frog: A Java Framework for Social Sign In.
https://github.com/clivern/frog

facebook-login google-login java java-8 linkedin-login single-sign-on twitter-login

Last synced: 7 months ago
JSON representation

:frog: A Java Framework for Social Sign In.

Awesome Lists containing this project

README

          

Frog
=====

Frog is A Java Framework for Social Sign In.

*Current Version: Under Development*

[![Build Status](https://travis-ci.org/Clivern/Frog.svg?branch=master)](https://travis-ci.org/Clivern/Frog)
![](https://img.shields.io/github/license/clivern/frog.svg)

Installation
------------
To add a dependency using Maven, use the following:
```xml

com.clivern
frog
1.0.0-SNAPSHOT

```

To add a dependency using Gradle, use the following:
```java
dependencies {
compile 'com.clivern:frog:1.0.0-SNAPSHOT'
}
```

To add a dependency using Scala SBT, use the following:
```java
libraryDependencies += "com.clivern" % "frog" % "1.0.0-SNAPSHOT"
```

Usage
-----
After adding the package as a dependency, Please read the following steps:
```
#
```

Misc
====

Contributing
-------------------
Please do the following:

- Fork the master branch.
- Create a feature branch `git branch my-feature`.
- Move to your branch `git checkout my-feature`.
- Do Your Changes.
- It will be great if you write some tests to your feature and check `./gradlew test` but not required ;).
- Track the changes `git add --all`.
- Commit your changes `git commit -m 'new awesome feature'`.
- Push to your newly created branch `git push origin my-feature`.
- Create a new Pull Request.

Tutorials & Examples
--------------------

> For almost all supported features you can take a look at [`examples/`](https://github.com/Clivern/Frog/tree/master/examples) folder for working examples.

Changelog
---------
Version 1.0.0:
```
Coming Soon
```

Acknowledgements
----------------

© 2017, Clivern. Released under [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt).

**Frog** is authored and maintained by [@clivern](http://github.com/clivern).