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.
- Host: GitHub
- URL: https://github.com/clivern/frog
- Owner: Clivern
- License: apache-2.0
- Created: 2017-11-29T13:03:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:49:13.000Z (almost 2 years ago)
- Last Synced: 2025-03-08T04:29:30.643Z (7 months ago)
- Topics: facebook-login, google-login, java, java-8, linkedin-login, single-sign-on, twitter-login
- Language: Java
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Frog
=====Frog is A Java Framework for Social Sign In.
*Current Version: Under Development*
[](https://travis-ci.org/Clivern/Frog)
Installation
------------
To add a dependency using Maven, use the following:
```xmlcom.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).