Files
netbird/proxy/internal/auth/constants.go
2026-01-15 14:54:33 +01:00

10 lines
260 B
Go

package auth
const (
// DefaultSessionCookieName is the default cookie name for session storage
DefaultSessionCookieName = "auth_session"
// ErrorInternalServer is the default internal server error message
ErrorInternalServer = "Internal Server Error"
)