Expanded token generation

This commit is contained in:
phoenix
2025-10-29 19:31:21 -04:00
parent 878af97859
commit a0d6d8f174
4 changed files with 17 additions and 7 deletions
+2
View File
@@ -12,4 +12,6 @@ type Claims struct {
type Login struct {
AccessToken string `json:"access_token"`
TokenType string `json:"token_type"`
ExpiresIn int64 `json:"expires_in"`
}