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
Is this lib responsible for the jwt generation (during the auth process), or is it only responsible for checking a token ?
The text was updated successfully, but these errors were encountered:
No, this library is not responsible for the generation of the token, only validating existing tokens.
I originally wrote the library to validate tokens created by Android's authentication api.
If you want a tutorial that explains how to create your own tokens you can check out https://scotch.io/tutorials/authenticate-a-node-js-api-with-json-web-tokens#authenticating-and-creating-a-token
Sorry, something went wrong.
I'm going to go ahead and close this but feel free to re-open if I didn't answer your question.
No branches or pull requests
Is this lib responsible for the jwt generation (during the auth process), or is it only responsible for checking a token ?
The text was updated successfully, but these errors were encountered: