This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Request: add support for tokenKey #19
Comments
And if possible, add an option that keep the |
That sounds like a good idea. I can shoot to get that added in the next week or so, or if you need it sooner feel free to submit a PR. |
Was bored in a meeting, here's a PR that should take care of these. Feel free to give it a try on the feature branch and I'll push it to npm next week. I'm going to hold off on pushing it up for now pending some more complicated integration tests for the optional cookie support. |
Now being tracked here: #21 |
I tried it out, seems to be working well, thanks |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the JWT is added to the
req.[requestKey].jwt
.I am requesting adding another option for setting the param
jwt
such as:I can send a PR to add the option along with tests.
The text was updated successfully, but these errors were encountered: