web-auth/webauthn-framework

Full Token Binding Support

Spomky opened this issue · 3 comments

Is your feature request related to a problem? Please describe.
See Token Binding feature:

The framework proposes several strategies:

  • Ignore: see Webauthn\TokenBinding\IgnoreTokenBindingHandler
  • Error: see Webauthn\TokenBinding\TokenBindingNotSupportedHandler
  • Sec-Token-Binding: see Webauthn\TokenBinding\SecTokenBindingHandler (not tested)

Describe the solution you'd like
The library should propose a class to fully support this feature

Describe alternatives you've considered
N/A

Additional context

SecTokenBinding support added (to be tested with compatible server)

Token binding is removed from the specification lvl2. See w3c/webauthn#1630

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.