- Role is now again listed in jwt when retrieving new access token (closes #3)
This commit is contained in:
2026-03-03 15:45:53 +01:00
parent ef7ef3cf74
commit 0afd5bfc3a
2 changed files with 7 additions and 3 deletions

View File

@@ -17,8 +17,6 @@ type Server struct {
PrivateKeyPath string
}
var cfg, _ = config.LoadConfig()
func InitServer() *Server {
err := config.CheckIfExists()