flask-restplus-server-example icon indicating copy to clipboard operation
flask-restplus-server-example copied to clipboard

Consider integrating JWT tokens

Open tonymobster opened this issue 7 years ago • 2 comments

Any plans on adding JWT token support? The Flask-JWT-Extended package seems to be fairly feature-complete.

tonymobster avatar Jan 16 '17 08:01 tonymobster

I don't have any plans to add it myself as OAuth2 is already implemented and I don't see any benefit in JWT. However, I will appreciate a PR introducing JWT.

frol avatar Jan 16 '17 09:01 frol

I haven't decided between oauth or jwt on my project, but if I implement jwt, I will try to give you a PR.

bitfinity avatar May 09 '18 14:05 bitfinity