Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

implicit query parameter for security #81

Closed
dcharbonnier opened this issue Mar 31, 2017 · 1 comment
Closed

implicit query parameter for security #81

dcharbonnier opened this issue Mar 31, 2017 · 1 comment

Comments

@dcharbonnier
Copy link

securityDefinitions:
  signature:
    type: apiKey
    name: sign
    in: query
/myroute/
  get:
    security:
      - signature: []

This should NOT be required :

  parameters:
      - name: sign
        in: query
        type: string
@dcharbonnier
Copy link
Author

the nicest hack is to do a delete request.query["sign"]; in the auth validator on success.

@stramel stramel closed this as not planned Won't fix, can't repro, duplicate, stale Jan 31, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants