Refactor code analysis workflow by adding gitleaks detection command and removing obsolete output files to streamline the build process and enhance security checks.
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 3m34s
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 3m34s
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
</p>
|
||||
<pre class="text-xs bg-gray-900 text-gray-100 p-3 rounded overflow-x-auto"><code>{
|
||||
"success": true,
|
||||
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
|
||||
"token": "JWT_TOKEN_PLACEHOLDER",
|
||||
"user": {
|
||||
"id": "user-id",
|
||||
"email": "benutzer@example.com",
|
||||
@@ -540,7 +540,7 @@ curl -X POST http://localhost:3100/api/auth/login \
|
||||
|
||||
# Mitglied hinzufügen mit Token
|
||||
curl -X POST http://localhost:3100/api/members \
|
||||
-H "Authorization: Bearer YOUR_TOKEN_HERE" \
|
||||
-H "Authorization: Bearer <your-jwt-token>" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{
|
||||
"firstName": "Max",
|
||||
@@ -552,7 +552,7 @@ curl -X POST http://localhost:3100/api/members \
|
||||
|
||||
# Bulk-Import von Mitgliedern
|
||||
curl -X POST http://localhost:3100/api/members/bulk \
|
||||
-H "Authorization: Bearer YOUR_TOKEN_HERE" \
|
||||
-H "Authorization: Bearer <your-jwt-token>" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{
|
||||
"members": [
|
||||
|
||||
Reference in New Issue
Block a user