We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Go-COSE Library
I want to be able to use the typ header, as described in https://datatracker.ietf.org/doc/draft-ietf-cose-typ-header-parameter/
typ
Add the code point for the typ parameter to the header parameters exposed by this library.
setting the parameter directly, without using the header parameters exposed by this library.
This should be done after https://datatracker.ietf.org/doc/draft-ietf-cose-typ-header-parameter/ has been assigned an RFC number.
The text was updated successfully, but these errors were encountered:
pending expert review of https://datatracker.ietf.org/doc/draft-ietf-cose-typ-header-parameter/
Sorry, something went wrong.
As discussed on the call, we will hope open PRs for this issue and the cwt claims in headers issue until RFC numbers are assigned for both.
OR13
Successfully merging a pull request may close this issue.
What is the areas you would like to add the new feature to?
Go-COSE Library
Is your feature request related to a problem?
I want to be able to use the
typ
header, as described in https://datatracker.ietf.org/doc/draft-ietf-cose-typ-header-parameter/What solution do you propose?
Add the code point for the
typ
parameter to the header parameters exposed by this library.What alternatives have you considered?
setting the parameter directly, without using the header parameters exposed by this library.
Any additional context?
This should be done after https://datatracker.ietf.org/doc/draft-ietf-cose-typ-header-parameter/ has been assigned an RFC number.
The text was updated successfully, but these errors were encountered: