Skip to content
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

Missing kid field in header #81

Closed
nguyenminhtienhust opened this issue Aug 14, 2022 · 4 comments
Closed

Missing kid field in header #81

nguyenminhtienhust opened this issue Aug 14, 2022 · 4 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@nguyenminhtienhust
Copy link

When i use JWTSigners
If the live version is on the cloud, it works
but in the local server (0.0.0.0) it got
missing kid field in header
(throw JWTError.missingKIDHeader)

I don't know why.
Does anybody did facing this problem?
Please help me

@nguyenminhtienhust nguyenminhtienhust added the bug Something isn't working label Aug 14, 2022
@0xTim
Copy link
Member

0xTim commented Aug 14, 2022

The likely cause is that you don't have any keys to sign the JWT with

@0xTim 0xTim transferred this issue from vapor/vapor Aug 15, 2022
@rockylive
Copy link

I also have the same issue. Any fix?

@0xTim
Copy link
Member

0xTim commented Dec 23, 2022

It's the same above - there's no signer configured for the JWT

@0xTim 0xTim added this to the v5 milestone Oct 9, 2023
@0xTim 0xTim linked a pull request Oct 9, 2023 that will close this issue
@0xTim 0xTim removed a link to a pull request Oct 20, 2023
@ptoffy
Copy link
Member

ptoffy commented Feb 19, 2024

Closing this due to inactivity

@ptoffy ptoffy closed this as completed Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants