Implement oidc on the front

This commit is contained in:
2026-03-24 16:26:57 +01:00
parent 5cc5c29adc
commit d0c5cd38d2
14 changed files with 272 additions and 240 deletions
+3 -1
View File
@@ -3,7 +3,9 @@ pkgs.mkShell {
packages = with pkgs; [
go
wgo
go-migrate
(go-migrate.overrideAttrs (_: {
tags = ["postgres" "file"];
}))
sqlc
go-swag
# for psql in cli (+ pgformatter for sql files)