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
A clear and concise description of what the bug is. To report a security issue, please email [email protected].
Make a request to the faucet with an invalid JWT, you will see a response like this with a 500 status code:
{ "message": "Error(46): Failed to verify JWT token: []", "error_code": "CheckerError", "rejection_reasons": [], "txn_hashes": [] }
The user gets the same error body but with a 4xx instead.
N/A
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
How do you get valid JWT token?
Sorry, something went wrong.
You must use https://aptos.dev/network/faucet.
No branches or pull requests
🐛 Bug
A clear and concise description of what the bug is.
To report a security issue, please email [email protected].
To reproduce
Make a request to the faucet with an invalid JWT, you will see a response like this with a 500 status code:
Expected Behavior
The user gets the same error body but with a 4xx instead.
System information
N/A
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: