forked fromscribejava/scribejava
- Notifications
You must be signed in to change notification settings - Fork0
Simple OAuth library for Java
License
NotificationsYou must be signed in to change notification settings
simonyuau/subscribe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Originally forked from Scribe (https://github.com/fernandezpablo85/scribe-java), backported changes up to a7235c84f4c09a5952aa382944897533b20f3ce6 (version 1.3.7)
- https://github.com/fernandezpablo85/scribe-java/wiki/Scribe-scope-revised
- We really think, OAuth2.0 should be here;
- We really think, async http should be here for a high-load projects;
- We really think, all APIs should be here. With all their specific stuff. It's easier to change/fix/add API here,in this lib, one time, instead of N programmers will do the same things on their sides;
- Scribe should be multi-maven-module project. Core and APIs should be deployed as separated artifacts.
So, while Scribe is going to be "a library that makes OAuth request signing dead simple.", SubScribe is going to be "a library that makes OAuth requests to any OAuth Provider dead simple."
For the moment SubScribe additionally supports Odnoklassniki, Mail.ru, LinkedIn2.0, Google2.0, GitHub etc...
For the full list check theexamples folder
You can pull scribe from the central maven repository, just add these to yourpom.xml file:
<dependency> <groupId>ru.hh.oauth.subscribe</groupId> <artifactId>apis</artifactId> <version>3.2</version></dependency>
And in case you need just core classes (that's it, without any external API (FB, VK, GitHub, Google etc) specific code), you could pull just 'core' artifact.
<dependency> <groupId>ru.hh.oauth.subscribe</groupId> <artifactId>core</artifactId> <version>3.2</version></dependency>
The most high-load job-site in Eastern Europe.
Our hosts are hh.ru/hh.ua/hh.kz/jobs.tut.by/rabota.mail.ru/jobs.day.az/career.ru
About
Simple OAuth library for Java
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Languages
- Java100.0%