Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Route in ignore if it has the authorization header is it decoded? #224

@rlzdesenv

Description

@rlzdesenv

When I have a route added to the

"ignore" => ["/api/token", "/admin/ping"]

and I send a header with token is it processed by the method in the before and done the decoder?

"before" => function ($request, $arguments) {
         $jwt = (object)$arguments["decoded"];
 }

in a local environment it decodes, more in a remote environment with https apparently not!

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