Skip to content

Provide a set of default payload implementations #139

Description

@Stupremee

Currently, if a user wants to sign a JWS, they have to manually implement the FromRawPayload and IntoPayload trait on their own type.

jose should provide a set of default payload implementations that allow using a String, Vec<u8>, and a JSON Payload that serializes a T into JSON. Each of these types should also be configurable to optionally use detached content.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions