Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

[Documentation] Message.from_jwt and key lenght #17

@peppelinux

Description

@peppelinux

image

def from_jwt(self, txt, keyjar, verify=True, **kwargs):

Message.from_jwt's argument keyjar broke the documentation.
It would be nullable instead, to perfectly decouple CryptJWT from OidcMsg for a wider usage (without keyjar)

Otherwise we'll always have this dependency exception

TypeError: from_jwt() missing 1 required positional argument: 'keyjar'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions