fix: sync temp auth key expiry boundaries
This commit is contained in:
parent
305e8a0008
commit
20a310f6ca
50 changed files with 3626 additions and 335 deletions
|
|
@ -175,6 +175,7 @@ type AuthKey struct {
|
|||
ApiID int32
|
||||
AppVersion string
|
||||
LastUsedAt pgtype.Timestamptz
|
||||
ExpiresAt int32
|
||||
}
|
||||
|
||||
type Authorization struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue