Simple wrappers for tokens passed between services that rely on OAuth 2.0 for user authentication and authorization.
The value class presenting the OAuth 2.0 Bearer Token.
A value class used to represent the HTTP Authorization header expected to contain a Bearer Token, and which contains utility methods for extracting the Bearer Token from the header's value.
Provides utilities for handling the Bearer Tokens, such as reading tokens from files.
Parses and provides insight into a Json Web Token payload.
Provides a filter to inject user identifier information into slf4j and Jetty logging contexts.
Gradle:
dependencies {
compile "com.palantir.tokens:auth-tokens:<version>"
compile "com.palantir.tokens:auth-tokens-filter:<version>"
}
Before working on the code, if you plan to contribute changes, please read the CONTRIBUTING document.
This repository is made available under the Apache 2.0 License.