feat: jwt token generation (todo: create jwt validation middleware)

This commit is contained in:
hexlocation 2025-05-05 23:04:50 +02:00
parent d8caef7e5d
commit b28b719b51
9 changed files with 86 additions and 29 deletions

View file

@ -8,8 +8,6 @@ import (
"net/http"
"net/url"
"strings"
"time"
"stereo.cat/backend/internal/auth"
)