Skip to content

Releases: dlazerka/gae-jersey-oauth2

Fixed UriEndpoints handling.

17 May 21:13
Compare
Choose a tag to compare
2.2

Fixed UriBuilder handling.

Added Facebook Login.

15 May 21:39
Compare
Choose a tag to compare
Also added posibility to add other token verifiers using Guice Multibindings.

Added Role.OPTIONAL

07 May 00:48
Compare
Choose a tag to compare
  • Added Role.OPTIONAL. Unlike @PermitAll it will try to authenticate request, but will not fail if verification failed.

1.0

02 May 20:54
Compare
Choose a tag to compare
1.0
Version 1.0.

Updated dependencies.
Added signature JWS-parse check.
IDEA configs updated.

Added OauthModule constructors.

20 Jan 00:37
Compare
Choose a tag to compare

Added OauthModule() constructors for custom locations of Client ID.

The first release.

20 Jan 00:39
Compare
Choose a tag to compare
1.0-beta

Changed package groupId.