Private
Public Access
1
0

Ensure all dates returned are ISO8601

This commit is contained in:
James Magahern
2024-01-05 16:26:19 -08:00
parent a8043e53b3
commit 831636216d
8 changed files with 53 additions and 24 deletions

View File

@@ -4,8 +4,8 @@ import (
"encoding/base64"
"time"
"github.com/rs/zerolog/log"
"github.com/dgrijalva/jwt-go"
"github.com/rs/zerolog/log"
)
type AuthToken struct {