Open jacob-ebey opened 6 years ago
Hey, nice job! I would like to include it into typescript-rest-boilerplate
I tried to add it in to typescript-rest-boilerplate but since it is not compatible with typescript-rest-swagger. #typescript-rest-jwt/issues/6
I've gone a different route for my backend API and won't be supporting the typescript-rest-jwt library. If there is interest, I can either add a contributor/transfer the repository so it can live on/grow.
I submited a pull request https://github.com/thiagobustamante/typescript-rest/pull/63 that solves this problems, using passport integration
I love using typescript-rest, but wanted to easily be able to secure my routes with JWT tokens so I whipped this up and finally got around to rolling it into a package.
It would be nice if you could add a "Supporting Libraries" or "Useful Tools" section to the already awesome README so others who run into my situation don't have to develop their own.
You can find it at https://www.npmjs.com/package/typescript-rest-jwt
~Jacob