Skip to content

Commit 8145953

Browse files
committed
Sync documentation of main branch
1 parent f561135 commit 8145953

6 files changed

+391
-88
lines changed

_generated-doc/main/config/all-configuration-roots-generated-doc/io.quarkus.security.webauthn.WebAuthnRunTimeConfig

+1-1
Large diffs are not rendered by default.

_generated-doc/main/config/quarkus-all-config.adoc

+35-1
Original file line numberDiff line numberDiff line change
@@ -64904,7 +64904,7 @@ Environment variable: `+++QUARKUS_WEBAUTHN_USER_VERIFICATION+++`
6490464904
endif::add-copy-button-to-env-var[]
6490564905
-- a|
6490664906
`required`, `preferred`, `discouraged`
64907-
|`REQUIRED`
64907+
|`DISCOURAGED`
6490864908

6490964909

6491064910
a| [[quarkus-security-webauthn_quarkus-webauthn-timeout]]`link:#quarkus-security-webauthn_quarkus-webauthn-timeout[quarkus.webauthn.timeout]`
@@ -65053,6 +65053,40 @@ endif::add-copy-button-to-env-var[]
6505365053
|`quarkus-credential`
6505465054

6505565055

65056+
a| [[quarkus-security-webauthn_quarkus-webauthn-challenge-cookie-name]]`link:#quarkus-security-webauthn_quarkus-webauthn-challenge-cookie-name[quarkus.webauthn.challenge-cookie-name]`
65057+
65058+
65059+
[.description]
65060+
--
65061+
The cookie that is used to store the challenge data during login/registration
65062+
65063+
ifdef::add-copy-button-to-env-var[]
65064+
Environment variable: env_var_with_copy_button:+++QUARKUS_WEBAUTHN_CHALLENGE_COOKIE_NAME+++[]
65065+
endif::add-copy-button-to-env-var[]
65066+
ifndef::add-copy-button-to-env-var[]
65067+
Environment variable: `+++QUARKUS_WEBAUTHN_CHALLENGE_COOKIE_NAME+++`
65068+
endif::add-copy-button-to-env-var[]
65069+
--|string
65070+
|`_quarkus_webauthn_challenge`
65071+
65072+
65073+
a| [[quarkus-security-webauthn_quarkus-webauthn-challenge-username-cookie-name]]`link:#quarkus-security-webauthn_quarkus-webauthn-challenge-username-cookie-name[quarkus.webauthn.challenge-username-cookie-name]`
65074+
65075+
65076+
[.description]
65077+
--
65078+
The cookie that is used to store the username data during login/registration
65079+
65080+
ifdef::add-copy-button-to-env-var[]
65081+
Environment variable: env_var_with_copy_button:+++QUARKUS_WEBAUTHN_CHALLENGE_USERNAME_COOKIE_NAME+++[]
65082+
endif::add-copy-button-to-env-var[]
65083+
ifndef::add-copy-button-to-env-var[]
65084+
Environment variable: `+++QUARKUS_WEBAUTHN_CHALLENGE_USERNAME_COOKIE_NAME+++`
65085+
endif::add-copy-button-to-env-var[]
65086+
--|string
65087+
|`_quarkus_webauthn_username`
65088+
65089+
6505665090
a| [[quarkus-security-webauthn_quarkus-webauthn-cookie-same-site]]`link:#quarkus-security-webauthn_quarkus-webauthn-cookie-same-site[quarkus.webauthn.cookie-same-site]`
6505765091

6505865092

_generated-doc/main/config/quarkus-security-webauthn.adoc

+35-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Environment variable: `+++QUARKUS_WEBAUTHN_USER_VERIFICATION+++`
158158
endif::add-copy-button-to-env-var[]
159159
-- a|
160160
`required`, `preferred`, `discouraged`
161-
|`REQUIRED`
161+
|`DISCOURAGED`
162162

163163

164164
a| [[quarkus-security-webauthn_quarkus-webauthn-timeout]]`link:#quarkus-security-webauthn_quarkus-webauthn-timeout[quarkus.webauthn.timeout]`
@@ -307,6 +307,40 @@ endif::add-copy-button-to-env-var[]
307307
|`quarkus-credential`
308308

309309

310+
a| [[quarkus-security-webauthn_quarkus-webauthn-challenge-cookie-name]]`link:#quarkus-security-webauthn_quarkus-webauthn-challenge-cookie-name[quarkus.webauthn.challenge-cookie-name]`
311+
312+
313+
[.description]
314+
--
315+
The cookie that is used to store the challenge data during login/registration
316+
317+
ifdef::add-copy-button-to-env-var[]
318+
Environment variable: env_var_with_copy_button:+++QUARKUS_WEBAUTHN_CHALLENGE_COOKIE_NAME+++[]
319+
endif::add-copy-button-to-env-var[]
320+
ifndef::add-copy-button-to-env-var[]
321+
Environment variable: `+++QUARKUS_WEBAUTHN_CHALLENGE_COOKIE_NAME+++`
322+
endif::add-copy-button-to-env-var[]
323+
--|string
324+
|`_quarkus_webauthn_challenge`
325+
326+
327+
a| [[quarkus-security-webauthn_quarkus-webauthn-challenge-username-cookie-name]]`link:#quarkus-security-webauthn_quarkus-webauthn-challenge-username-cookie-name[quarkus.webauthn.challenge-username-cookie-name]`
328+
329+
330+
[.description]
331+
--
332+
The cookie that is used to store the username data during login/registration
333+
334+
ifdef::add-copy-button-to-env-var[]
335+
Environment variable: env_var_with_copy_button:+++QUARKUS_WEBAUTHN_CHALLENGE_USERNAME_COOKIE_NAME+++[]
336+
endif::add-copy-button-to-env-var[]
337+
ifndef::add-copy-button-to-env-var[]
338+
Environment variable: `+++QUARKUS_WEBAUTHN_CHALLENGE_USERNAME_COOKIE_NAME+++`
339+
endif::add-copy-button-to-env-var[]
340+
--|string
341+
|`_quarkus_webauthn_username`
342+
343+
310344
a| [[quarkus-security-webauthn_quarkus-webauthn-cookie-same-site]]`link:#quarkus-security-webauthn_quarkus-webauthn-cookie-same-site[quarkus.webauthn.cookie-same-site]`
311345

312346

_generated-doc/main/config/quarkus-webauthn-security-webauthn-web-authn-run-time-config.adoc

+35-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Environment variable: `+++QUARKUS_WEBAUTHN_USER_VERIFICATION+++`
141141
endif::add-copy-button-to-env-var[]
142142
-- a|
143143
`required`, `preferred`, `discouraged`
144-
|`REQUIRED`
144+
|`DISCOURAGED`
145145

146146

147147
a| [[quarkus-webauthn-security-webauthn-web-authn-run-time-config_quarkus-webauthn-timeout]]`link:#quarkus-webauthn-security-webauthn-web-authn-run-time-config_quarkus-webauthn-timeout[quarkus.webauthn.timeout]`
@@ -290,6 +290,40 @@ endif::add-copy-button-to-env-var[]
290290
|`quarkus-credential`
291291

292292

293+
a| [[quarkus-webauthn-security-webauthn-web-authn-run-time-config_quarkus-webauthn-challenge-cookie-name]]`link:#quarkus-webauthn-security-webauthn-web-authn-run-time-config_quarkus-webauthn-challenge-cookie-name[quarkus.webauthn.challenge-cookie-name]`
294+
295+
296+
[.description]
297+
--
298+
The cookie that is used to store the challenge data during login/registration
299+
300+
ifdef::add-copy-button-to-env-var[]
301+
Environment variable: env_var_with_copy_button:+++QUARKUS_WEBAUTHN_CHALLENGE_COOKIE_NAME+++[]
302+
endif::add-copy-button-to-env-var[]
303+
ifndef::add-copy-button-to-env-var[]
304+
Environment variable: `+++QUARKUS_WEBAUTHN_CHALLENGE_COOKIE_NAME+++`
305+
endif::add-copy-button-to-env-var[]
306+
--|string
307+
|`_quarkus_webauthn_challenge`
308+
309+
310+
a| [[quarkus-webauthn-security-webauthn-web-authn-run-time-config_quarkus-webauthn-challenge-username-cookie-name]]`link:#quarkus-webauthn-security-webauthn-web-authn-run-time-config_quarkus-webauthn-challenge-username-cookie-name[quarkus.webauthn.challenge-username-cookie-name]`
311+
312+
313+
[.description]
314+
--
315+
The cookie that is used to store the username data during login/registration
316+
317+
ifdef::add-copy-button-to-env-var[]
318+
Environment variable: env_var_with_copy_button:+++QUARKUS_WEBAUTHN_CHALLENGE_USERNAME_COOKIE_NAME+++[]
319+
endif::add-copy-button-to-env-var[]
320+
ifndef::add-copy-button-to-env-var[]
321+
Environment variable: `+++QUARKUS_WEBAUTHN_CHALLENGE_USERNAME_COOKIE_NAME+++`
322+
endif::add-copy-button-to-env-var[]
323+
--|string
324+
|`_quarkus_webauthn_username`
325+
326+
293327
a| [[quarkus-webauthn-security-webauthn-web-authn-run-time-config_quarkus-webauthn-cookie-same-site]]`link:#quarkus-webauthn-security-webauthn-web-authn-run-time-config_quarkus-webauthn-cookie-same-site[quarkus.webauthn.cookie-same-site]`
294328

295329

0 commit comments

Comments
 (0)