svdgraaf / serverless-basic-authentication

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

Fix HTTP status of unauthorized requests #6

Closed DanLindeman closed 5 years ago

DanLindeman commented 5 years ago

Why

How

Side effects

svdgraaf commented 5 years ago

@DanLindeman I just released 0.10.0 with the 401 response. I also cleaned up the javascript file, added a eslint and flake8 config files so the style should always stay the same. Great work!

DanLindeman commented 5 years ago

Excellent! Thanks for merging it in and the quick turnaround time!