FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Initial implementation

Merged Monty Dawson requested to merge initial-implementation into main
All threads resolved!
Files
2
@@ -24,8 +24,9 @@ class APIGatewayAuthentication(authentication.BaseAuthentication):
"""
An Authentication provider which interprets the headers provided by the API Gateway.
The Card API expects to only be deployed behind the API Gateway, and therefore relies on
the fact that the headers provided are authoritative.
This library expects to only be used within an application that is deployed behind and can
only be invoked by the API Gateway, and therefore relies on the fact that the headers
provided are authoritative.
"""
Loading