Successfully fetch login status

This commit is contained in:
2023-10-27 01:17:30 +02:00
parent d5af575e74
commit 6498a8bd06
8 changed files with 181 additions and 35 deletions

View File

@@ -35,7 +35,7 @@ type SessionCache struct {
Groups []string
DisplayName string
GivenName string
SurName string
FamilyName string
Email string
}