Open
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
No response
Describe the bug
Currently the passkeys
support is independent but it clearly depends on web_authn
. So better declare the dependency in the Profile.
Version
26.3.0
Regression
- The issue is a regression
Expected behavior
The passkeys
should rely on web_authn
and be disabled if the later is also disabled.
Actual behavior
Both are independent.
How to Reproduce?
Just start current version with --features passkeys --features-disabled=web-authn
. It starts although passkeys
will never work OK.
Anything else?
No response