-
-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The JWTAuth security scheme should get the token from Cookie as well #2965
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
/reopen |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
I'm quite keen for this feature to be implemented. Could this be re-opened please? @raphael |
Yes, I reopened it. I also disabled the stale issue bot as it seems to be doing more harm than good. |
Currently the JWTAuth security scheme assumes the token from the HTTP header only
With the latest release of adding cookie in the design, the The JWTAuth security scheme should be able to read the token from cookie also
For example
On running the
goa-gen
command it gets executed correctlybut on running the api it gives the following error
The text was updated successfully, but these errors were encountered: