Add saml private key to gitignore, remove unused constants (#27391)

Этот коммит содержится в:
enzowritescode
2024-06-19 10:03:28 -06:00
коммит произвёл GitHub
родитель 7d06ac8812
Коммит a624c6dc87
3 изменённых файлов: 2 добавлений и 8 удалений

Просмотреть файл

@@ -9,7 +9,6 @@ import (
"fmt"
"net/http"
"os"
"time"
"github.com/golang-jwt/jwt/v5"
"github.com/pkg/errors"
@@ -24,8 +23,7 @@ import (
)
const (
LicenseEnv = "MM_LICENSE"
JWTDefaultTokenExpiration = 7 * 24 * time.Hour // 7 days of expiration
LicenseEnv = "MM_LICENSE"
)
// JWTClaims custom JWT claims with the needed information for the