IndominusByte / fastapi-jwt-auth

FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)
http://indominusbyte.github.io/fastapi-jwt-auth/
MIT License
626 stars 143 forks source link

Project status #87

Open vittoriozamboni opened 2 years ago

vittoriozamboni commented 2 years ago

Hi @IndominusByte ,

thank you for the great work on this plugin, and for it's documentation.

Can you indicate which is the status of this project? It seems stale with few good pull requests open.

If this is not a project of your interest anymore, are you searching for collaborators?

Thank you.

ajatkj commented 2 years ago

Someone has created a fork of this and made a few updates (mostly dependencies).

https://github.com/GlitchCorp/fastapi-another-jwt-auth.

However, would you know any other alternative libraries that can be used for jwt with FastAPI?

AyushSehrawat commented 1 year ago

@ajatkj do you know some of the good yet easy to use login libraries ? I just want one for login only purpose and protected.

AyushSehrawat commented 1 year ago

@ajatkj You can use https://pyjwt.readthedocs.io/en/stable/index.html. But it's more into manually doing a lot of stuff

Chloe-ko commented 1 year ago

i recently forked this and changed it to use PASETO tokens instead of JWTs https://github.com/Chloe-ko/fastapi-paseto-auth i know kind of a self plug but just wanted to leave this here for anyone that needs an updated auth library for FastAPI and comes across this issue

AyushSehrawat commented 1 year ago

Hm, seems nice