Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Simple OAuth library for Java

License

NotificationsYou must be signed in to change notification settings

simonyuau/subscribe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Originally forked from Scribe (https://github.com/fernandezpablo85/scribe-java), backported changes up to a7235c84f4c09a5952aa382944897533b20f3ce6 (version 1.3.7)

Main reasons of fork here:

  1. https://github.com/fernandezpablo85/scribe-java/wiki/Scribe-scope-revised
  2. We really think, OAuth2.0 should be here;
  3. We really think, async http should be here for a high-load projects;
  4. 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;
  5. 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

Pull it from Maven!

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>

About Us

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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java100.0%

[8]ページ先頭

©2009-2025 Movatter.jp