Skip to content

Commit

Permalink
Merge pull request #9360 from goofmint/features/update_swagger_base_v3
Browse files Browse the repository at this point in the history
support(jsdoc): Add Security schema
  • Loading branch information
yuki-takei authored Nov 15, 2024
2 parents 28982d0 + dec3bbe commit ae126eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/app/bin/swagger-jsdoc/definition-apiv3.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ module.exports = {
name: 'access_token',
in: 'query',
},
cookieAuth: {
type: 'apiKey',
in: 'cookie',
name: 'connect.sid',
},
},
},
'x-tagGroups': [
Expand Down

0 comments on commit ae126eb

Please sign in to comment.