Add an auth service for minting and decoding JWTs

This commit is contained in:
Campbell Alden 2026-08-02 22:50:05 +09:00
parent 328f430309
commit 387e2fa490
6 changed files with 77 additions and 4 deletions

View file

@ -6,6 +6,8 @@ let
waitress
sqlalchemy
argon2-cffi
pyjwt
cryptography
]);
in
with pkgs;