FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

verify incoming id token for API backends

Merged Dr Rich Wareham requested to merge issue-4-validate-gateway-token into main
Files
5
@@ -13,6 +13,7 @@ from apigatewayauth.authentication import (
)
@override_settings(API_GATEWAY_VERIFY_ID_TOKEN=True)
class APIGatewayAuthTestCase(TestCase):
def setUp(self):
super().setUp()
Loading