Add an auth service for minting and decoding JWTs
This commit is contained in:
parent
328f430309
commit
387e2fa490
6 changed files with 77 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ with python313Packages;
|
|||
buildPythonApplication {
|
||||
pname = "cereal";
|
||||
version = "0.0.1";
|
||||
propagatedBuildInputs = [ flask requests waitress sqlalchemy argon2-cffi];
|
||||
propagatedBuildInputs = [ flask requests waitress sqlalchemy argon2-cffi pyjwt cryptography];
|
||||
src = ./.;
|
||||
pyproject = true;
|
||||
build-system = [setuptools];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue