thiagobustamante / typescript-rest

This is a lightweight annotation-based expressjs extension for typescript.
MIT License
525 stars 108 forks source link

typescript-rest-jwt #43

Open jacob-ebey opened 6 years ago

jacob-ebey commented 6 years ago

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

vrudikov commented 6 years ago

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

creadicted commented 6 years ago

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

jacob-ebey commented 6 years ago

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.

d0whc3r commented 5 years ago

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