Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlazerka committed May 17, 2016
1 parent f698b73 commit 84071f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GAE Jersey OAuth2.0

Authentication using OAuth, integrated with Google App Engine and Jersey servlet container.
Authentication using OAuth, integrated with Google App Engine and Jersey 1.x servlet container.

Includes token verifiers for <b>Google Sign In</b> and <b>Facebook Login</b>, but you can specify your own
implementation.
Expand All @@ -17,12 +17,12 @@ Extensible as much as possible, so you can swap any class with your own implemen
<dependency>
<groupId>me.lazerka.gae-jersey-oauth2</groupId>
<artifactId>gae-jersey-oauth2</artifactId>
<version>1.2</version>
<version>2.1</version>
</dependency>
```
* Gradle:
```groovy
compile 'me.lazerka.gae-jersey-oauth2:gae-jersey-oauth2:1.2'
compile 'me.lazerka.gae-jersey-oauth2:gae-jersey-oauth2:2.1'
```
2. Install Guice module:

Expand Down

0 comments on commit 84071f0

Please sign in to comment.