Skip to content

Commit 75779ef

Browse files
committed
drop Google OAuth 1.0 support (OAuth 1.0 was officially deprecated by Google)
1 parent 03b3820 commit 75779ef

File tree

3 files changed

+1
-116
lines changed

3 files changed

+1
-116
lines changed

changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* APIs 2.0 can define different endpoints for access token and for refresh token (the same urls by default)
33
* mark Facebook doesn't support refresh token by throwing UnsupportedOperationException
44
* make JSON Access Token Extractor be the default for OAuth 2.0 (according to RFC 6749)
5+
* drop Google OAuth 1.0 support (OAuth 1.0 was officially deprecated by Google)
56

67
[2.3.0]
78
* Stack Exchange authentication via OAuth 2.0 (stackoverflow.com, askubuntu.com, etc.).

scribejava-apis/src/main/java/com/github/scribejava/apis/GoogleApi.java

Lines changed: 0 additions & 47 deletions
This file was deleted.

scribejava-apis/src/test/java/com/github/scribejava/apis/examples/GoogleExample.java

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)