update supported versions in documentation to 12.1+

Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
This commit is contained in:
Lachlan Roberts 2024-08-22 13:21:03 +10:00
parent 25cf822e3a
commit 8b21725822
No known key found for this signature in database
GPG Key ID: 5663FB7A8FF7E348
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Typically, you would rely on a browser extension such as MetaMask to provide a u
=== Support
Currently Jetty only provides support SIWE in Jetty 12.0+ and only for `jetty-core`, and `ee10`+ environments. It is enabled by adding the `EtheremAuthenticator` to the `SecurityHandler` of your web application.
Currently Jetty only provides support SIWE in Jetty 12.1+ and only for `jetty-core`, and `ee10`+ environments. It is enabled by adding the `EtheremAuthenticator` to the `SecurityHandler` of your web application.
== Usage