feat: added logout handler

This commit is contained in:
2026-08-21 13:49:47 +02:00
parent a5860c5079
commit 5e23d9cc9f
5 changed files with 102 additions and 2 deletions
+4
View File
@@ -8,3 +8,7 @@ type LoginPayload struct {
type RefreshPayload struct {
RefreshToken string `json:"refresh_token"`
}
type LogoutPayload struct {
RefreshToken string `json:"refresh_token"`
}