This commit is contained in:
2025-08-10 02:33:00 -03:00
parent b7143ea634
commit a77cab45c1
10 changed files with 35 additions and 14 deletions

View File

@@ -3,6 +3,6 @@ from aws_lambda_powertools.event_handler.api_gateway import Router
router = Router()
@router.get('/jwks.json')
@router.get('/.well-known/jwks.json')
def jwks():
return {}