Add strings import for getToken

This commit is contained in:
2026-01-23 17:55:56 -05:00
parent 21490af3f0
commit 327b1cc5a4
+1
View File
@@ -6,6 +6,7 @@ import (
"bytes"
"log"
"net/http"
"strings"
"github.com/go-playground/validator/v10"
jwtgo "github.com/golang-jwt/jwt"