Nothing Special   »   [go: up one dir, main page]

0
I Use This!
Low Activity

Commits : Individual Commit

Analyzed about 17 hours ago. based on code collected 2 days ago.

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]>

Changes by Language

Language Code Added Code Removed Comments Added Comments Removed Blanks Added Blanks Removed
  Python 34 10 0 0 7 0

Changes by File

File Language Code Added Code Removed Comments Added Comments Removed Blanks Added Blanks Removed
connexion/security.py Python 3 2 0 0 0 0
tests/decorators/test_security.py Python 28 5 0 0 7 0
tests/test_operation2.py Python 3 3 0 0 0 0