Releases: dlazerka/gae-jersey-oauth2
Releases · dlazerka/gae-jersey-oauth2
Fixed UriEndpoints handling.
Added Facebook Login.
Also added posibility to add other token verifiers using Guice Multibindings.
Added Role.OPTIONAL
- Added
Role.OPTIONAL
. Unlike@PermitAll
it will try to authenticate request, but will not fail if verification failed.
1.0
Added OauthModule constructors.
Added OauthModule() constructors for custom locations of Client ID.
The first release.
1.0-beta Changed package groupId.