Skip to content

Allow users to retrieve JWT from a query and cookie with a specified name #88

Open
@JunNishimura

Description

@JunNishimura

Describe the feature or problem you’d like to solve

Currently, if the name of the query param or cookie is other than jwt, it is necessary to implement logic to obtain jwt from the query or cookie on the user side(that's a bit cumbersome).

TokenFromCookie function
TokenFromQuery function

Proposed solution

Solve the above problem by providing a function that can retrieve jwt from a query or cookie with the name passed as an argument.

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