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

@ -17,4 +17,5 @@ type StereoConfig struct {
Router *gin.Engine
Client client.Client
Database *gorm.DB
JWTSecret string
}