Commit ID c89e2d2fff0e2287ddb67d92aed95e0536785d1b
Contributor: | etvahala | Files Modified | 3 | |
Date: | 23-October-2024 at 21:57 | Lines Added: | 41 | |
Repository: | https://github.com/spec-first/connexion main | Lines Removed: | 10 | |
Commit Comment: | Add API-key scope checking (#1837) Fixes # N/A The current documentation mentions that API-key security supports scopes: " The function should accept the following arguments: - apikey - required_scopes (optional) " However, the scopes were not passed to the checker. Changes proposed in this pull request: - Add missing parameter routing to ApiKeySecurityHandler - Add a unit test for API-key scopes --------- Co-authored-by: Robbe Sneyders <[email protected]> |
Language | Code Added | Code Removed | Comments Added | Comments Removed | Blanks Added | Blanks Removed | |
---|---|---|---|---|---|---|---|
Python | 34 | 10 | 0 | 0 | 7 | 0 |