Hello @cjones , you might try with py-jwt-validator.
Let us know if this answer was helpful to you. If so, please remember to mark it as the answer so that others in the community with similar questions can more easily find a solution.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
This has been a real frustrating struggle for several days now and I need to get it wrapped up.
So in my app, and how I understand this should work in all microservice applications, the flow is the following:
I have my access_token from the ReactJS FE. I just need to send it to the API and the API needs an implementation to verify it is a valid token and not just some random string.
I've tried all of these libraries which either don't support this use case or simply do not work:
So how do I implement this? Just trying to verify an access_token is valid in my API.
Hello @cjones , you might try with py-jwt-validator.
Let us know if this answer was helpful to you. If so, please remember to mark it as the answer so that others in the community with similar questions can more easily find a solution.