feat(username|email): pass2: accept login via email orusername

- login via (username or email) + password
    - hurl test to cover the feature
This commit is contained in:
Edouard Vanbelle
2026-06-02 21:46:01 +02:00
parent d57a50d056
commit ac24a0eda1
21 changed files with 155 additions and 27 deletions
+1
View File
@@ -90,6 +90,7 @@ log "Server is ready."
log "Running Hurl tests..."
hurl --variables-file "$API_DIR/test.env" --file-root "$REPO_ROOT/tests" --test --jobs 1 \
"$API_DIR/setup.hurl" \
"$API_DIR/auth_login.hurl" \
"$API_DIR/files-folders.hurl" \
"$API_DIR/favorites.hurl" \
"$API_DIR/trash.hurl" \