typescript-rest icon indicating copy to clipboard operation
typescript-rest copied to clipboard

typescript-rest-jwt

Open jacob-ebey opened this issue 7 years ago • 4 comments
trafficstars

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

jacob-ebey avatar Mar 26 '18 04:03 jacob-ebey

Hey, nice job! I would like to include it into typescript-rest-boilerplate

vrudikov avatar Jun 27 '18 05:06 vrudikov

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

creadicted avatar Jul 10 '18 07:07 creadicted

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.

jacob-ebey avatar Jul 10 '18 20:07 jacob-ebey

I submited a pull request https://github.com/thiagobustamante/typescript-rest/pull/63 that solves this problems, using passport integration

d0whc3r avatar Oct 12 '18 01:10 d0whc3r