This repository was archived by the owner on Jan 18, 2021. It is now read-only.
Releases: palantir/dropwizard-web-security
Releases · palantir/dropwizard-web-security
1.1.0
1.0.0
0.13.0
more granular filters
Merge pull request #39 from palantir/feature/more-granular-filters add more granular filters
Non-Optional Configuration
Breaking Changes
- groupId change, we're now using
com.palantir.websecurity:dropwizard-web-security:<version>
- modified the usage of Immutables as to not leak any implementation details
- changed the
WebSecurityConfigurable
to non-optional- leaving the apps to determine if it should be optional in their YAML
- an example is available in code and in the README
Changes
- improved the README and
circle.yml
files - fixed a bug found that occurred when
apiRoot
is never set - releasing at version
0.11.0
to eliminate confusion with a previous incarnation of this library
0.2.0 minor tweaks to default CORS values
- CORS - changed
allowCredentials
to be false by default - CORS - added
Authorization
to the default list of allowed headers - minor README cleanup to remove references to HSTS