pysnippet / fastapi-oauth2

Easy to integrate OAuth2 authentication with support for several identity providers.
https://docs.pysnippet.org/fastapi-oauth2
MIT License
49 stars 7 forks source link

Fix mypy typing issues #14

Closed ArtyomVancyan closed 11 months ago

ArtyomVancyan commented 11 months ago

Summary

Currently running the python -m mypy src throws many warnings and errors.

ArtyomVancyan commented 11 months ago

Most of the issues are caused because of the missing stubs or py.typed marker of the social_core dependency and there are no critical errors that can ruin the user authentication workflow in production.