fusionauth-typescript-client icon indicating copy to clipboard operation
fusionauth-typescript-client copied to clipboard

Missing JWTManager

Open jobannon opened this issue 4 years ago • 1 comments

Summary

Per feedback from the community, logging this for tracking purposes. This functionality is present in the Java client.

https://fusionauth.io/learn/expert-advice/tokens/revoking-jwts/?ht-comment-id=608754

and also referenced in Doc

We are also writing JWTManager implementations into each of our client libraries so you don’t have to write those yourself. At the time of this writing, the Java and Node clients both have a JWTManager you can use. The other languages might have a JWTManager implementation now but if they don’t, just submit a support ticket or a Github issue and we will write one for you.
also, is this still true.  I searched for JWT and manager and could not find this in the typescript or java client. If the JWTManager development is deprecated, I can remove this bit from the article.

jobannon avatar Jul 27 '21 20:07 jobannon

We would welcome a PR from the community as well.

robotdan avatar Jul 28 '21 15:07 robotdan