fix: actually support JWT bearer authentication
This commit is contained in:
@@ -50,7 +50,7 @@ AppDataSource.initialize().then(async () => {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
security: [
|
security: [
|
||||||
{ bearerAuth: [] }
|
{ BearerJWT: [] }
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
apis: ['./src/routes/*.ts', './src/schemas/*.ts']
|
apis: ['./src/routes/*.ts', './src/schemas/*.ts']
|
||||||
|
|||||||
Reference in New Issue
Block a user