From 4667beaf1b8417797dae8a4897abe31fec612449 Mon Sep 17 00:00:00 2001 From: sandstrom Date: Mon, 13 Jul 2026 13:54:07 +0200 Subject: [PATCH] Remove outdated docs notice --- docs/advanced_configuration.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/advanced_configuration.md b/docs/advanced_configuration.md index 429329c7..2454065b 100644 --- a/docs/advanced_configuration.md +++ b/docs/advanced_configuration.md @@ -58,8 +58,6 @@ Instead of the [Global Configuration](../README.md#configuration) you place in ` ## Instance Based API -**DISCLAIMER: This API was released on version 3.0.0.alpha1 and is still under evaluation. Although it has been thoroughly tested and it is fully functional it might be changed until the final release of version 3.0.0.** - The explanation for each ceremony can be found in depth in [Credential Registration](../README.md#credential-registration) and [Credential Authentication](../README.md#credential-authentication) but if you choose this instance based approach to define your WebAuthn configurations and assuming `relying_party` is the result of an instance you get through `WebAuthn::RelyingParty.new(...)` the code in those explanations needs to be updated to: ### Credential Registration