18 buildPythonPackage rec {
19 pname = "fastapi-sso";
23 disabled = pythonOlder "3.8";
25 src = fetchFromGitHub {
26 owner = "tomasvotava";
29 hash = "sha256-CkYAF2GmVCooyHt3Tua6ClYMbgyLosqSa8z/zkV2eIE=";
33 sed -i "/--cov/d" pyproject.toml
36 build-system = [ poetry-core ];
53 pythonImportsCheck = [ "fastapi_sso" ];
56 description = "FastAPI plugin to enable SSO to most common providers (such as Facebook login, Google login and login via Microsoft Office 365 Account";
57 homepage = "https://github.com/tomasvotava/fastapi-sso";
58 changelog = "https://github.com/tomasvotava/fastapi-sso/releases/tag/${version}";
59 license = licenses.mit;
60 maintainers = with maintainers; [ fab ];