svdgraaf / serverless-basic-authentication

Use Basic Authentication using Api Gateway api-keys
MIT License
22 stars 19 forks source link

Updated readme with notes on fixing the 401 response #7

Closed gezpage closed 5 years ago

gezpage commented 5 years ago

Also a note about package whitelisting basic_auth.py.

svdgraaf commented 5 years ago

Epic! I actually had an issue with the 401 not responding with the WWW-Authenticate header. Thank you for this contribution!