Skip to content

Hardcoded algorithm in Listing 6.3 #24

@SpecLad

Description

@SpecLad

In Listing 6.3, there's a line that goes:

var header = new JWSHeader(JWSAlgorithm.HS256);

Presumably, this should instead be:

var header = new JWSHeader(algorithm);

since the algorithm is supposed to be passed as a constructor parameter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions