This is an automated email from the ASF dual-hosted git repository.
rombert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
from 2e89f559 fix: remove non-existent module from reactor (#117)
add 49479979 feat(oidc-rp): allow clearing access tokens
add 8227807f chore(oidc-rp): add tests for clearing access tokens
add f07a00a8 feat(oauth-client): add high-level API for clearing access
tokens and document it
add 4c8e40c1 chore(oauth-client): no reason for OAuthUri to throw
OAuthException
new 3f93bcff Merge pull request #116 from apache/feat/clear-access-tokens
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
org.apache.sling.servlets.oidc-rp/README.md | 47 ++++++++++++++++++++--
.../extensions/oauth_client/OAuthTokenStore.java | 2 +
.../sling/extensions/oauth_client/OAuthUris.java | 3 +-
.../impl/JcrUserHomeOAuthTokenStore.java | 15 +++++++
.../oauth_client/impl/RedisOAuthTokenStore.java | 10 +++++
.../support/OAuthEnabledSlingServlet.java | 25 ++++++++++--
.../impl/JcrUserHomeOAuthTokenStoreTest.java | 38 +++++++++++++++--
.../impl/OAuthCallbackServletTest.java | 6 +++
8 files changed, 134 insertions(+), 12 deletions(-)