Skip to content

Commit f7d5ef7

Browse files
authored
Auth emulator modify secuirity (#3044)
* Removed security requirements for Auth Emulator APIs * Undo changes to package.json
1 parent af22a3d commit f7d5ef7

File tree

4 files changed

+195
-75
lines changed

4 files changed

+195
-75
lines changed

scripts/gen-auth-api-spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ function addEmulatorOperations(openapi3: any): void {
225225
},
226226
},
227227
},
228-
security: [{ Oauth2: [] }],
228+
security: [],
229229
tags: ["emulator"],
230230
},
231231
};
@@ -284,7 +284,7 @@ function addEmulatorOperations(openapi3: any): void {
284284
},
285285
},
286286
},
287-
security: [{ Oauth2: [] }],
287+
security: [],
288288
tags: ["emulator"],
289289
},
290290
};

0 commit comments

Comments
 (0)