We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can somebody help me what i missed? I'm trying to make an API call. I'm getting error saying "JWT must be provided"
I have given H-256 JWT key on my .env file. and installed required package. sample JWT key
eyJhbGciOiJIUzI1NiJ9.eyJSb2xlIjoiQWRtaW4iLCJJc3N1ZXIiOiJQcmF2YWFoIGNvbnN1bHRpbmciLCJVc2VybmFtZSI6IlF1YW50dW0gd2lkZ2V0cyIsImV4cCI6MTcxMDIyMDU4NSwiaWF0IjoxNzEwMjIwNTg1fQ.2oL5nvFGLbYEVNN_zvuUTcW-jBQzLeTvCjU5COxFRR0
Can anyone tell me where i am missing out?
The text was updated successfully, but these errors were encountered:
Is the JWT on the request (see the request tab)?
Sorry, something went wrong.
No branches or pull requests
Can somebody help me what i missed? I'm trying to make an API call. I'm getting error saying "JWT must be provided"
I have given H-256 JWT key on my .env file. and installed required package.
sample JWT key
Can anyone tell me where i am missing out?
The text was updated successfully, but these errors were encountered: