From 8b21725822a2018c2d08a415b77fe857d6f3c134 Mon Sep 17 00:00:00 2001 From: Lachlan Roberts Date: Thu, 22 Aug 2024 13:21:03 +1000 Subject: [PATCH] update supported versions in documentation to 12.1+ Signed-off-by: Lachlan Roberts --- .../modules/programming-guide/pages/security/siwe-support.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/jetty/modules/programming-guide/pages/security/siwe-support.adoc b/documentation/jetty/modules/programming-guide/pages/security/siwe-support.adoc index 3f8b2ee3a54..715f8f8283a 100644 --- a/documentation/jetty/modules/programming-guide/pages/security/siwe-support.adoc +++ b/documentation/jetty/modules/programming-guide/pages/security/siwe-support.adoc @@ -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