fix: harden login for MLPS requirements
This commit is contained in:
@@ -59,6 +59,7 @@ func TestPublicRoutes_NoAuth(t *testing.T) {
|
||||
method string
|
||||
path string
|
||||
}{
|
||||
{http.MethodGet, "/api/auth/password-key"},
|
||||
{http.MethodPost, "/api/auth/login"},
|
||||
{http.MethodPost, "/api/auth/refresh"},
|
||||
{http.MethodGet, "/api/health/live"},
|
||||
|
||||
Reference in New Issue
Block a user