Installing JWT HeadersΒΆ
To install the JWT Headers module:
To obtain the JWT Headers community module:
If working with a 2.26-SNAPSHOT nightly build, download the module: geoserver-2.26.x-jwt-headers-plugin.zip
Verify that the version number in the filename corresponds to the version of GeoServer you are running (for example 2.26-SNAPSHOT above).
Community modules are not yet ready for distribution with GeoServer release.
To compile the JWT Headers community module yourself download the src bundle for your GeoServer version and compile:
cd src/community mvn install -PcommunityRelease -DskipTests
And package:
cd src/community mvn assembly:single -N
Place the JARs in
WEB-INF/lib
.Restart GeoServer.
For developers;
cd src mvn install -Pjwt-headers -DskipTests
Previous: JWT Headers