Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Previous fix for eddsa key fail at authentication #449

Merged
merged 4 commits into from
Jul 26, 2023

Conversation

Gashmob
Copy link
Contributor

@Gashmob Gashmob commented Jul 25, 2023

Previously added for issue #436, the field kty (1) must be text string or int but not byte string (rfc8152 section 7)

Target branch:
Resolves issue #448

  • It is a Bug fix
  • It is a New feature
  • Breaks BC
  • Includes Deprecations

Closes web-auth#448

Previously added for issue web-auth#436, the field kty must be text string or
int but not byte string (rfc8152 section 7)
@Spomky
Copy link
Contributor

Spomky commented Jul 25, 2023

Good catch !
Indeed it should be an int or a text string instead of a bstr

@Spomky
Copy link
Contributor

Spomky commented Jul 25, 2023

Is it possible to have the options and authenticator response to add a test and avoid regression ?

@Spomky
Copy link
Contributor

Spomky commented Jul 26, 2023

Many thanks for the test case.
Last cose lib changes fix all

@Spomky Spomky added this to the 4.7.0 milestone Jul 26, 2023
@Spomky Spomky added the bug Something isn't working label Jul 26, 2023
@Spomky Spomky merged commit 0e945db into web-auth:4.7.x Jul 26, 2023
10 checks passed
@Gashmob
Copy link
Contributor Author

Gashmob commented Jul 31, 2023

When did you have planned to release the 4.7.x? Is it possible to have these changes into 4.6.5?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants