Widen / cloudfront-auth

An AWS CloudFront Lambda@Edge function to authenticate requests using Google Apps, Microsoft, Auth0, OKTA, and GitHub login
ISC License
623 stars 148 forks source link

Update axios and remove querystring and crypto #103

Open jpbassalot opened 2 years ago

jpbassalot commented 2 years ago

Update axios to 0.27.2 due to CVE-2020-28168

Remove crypto from npm packages in favor of the standard library crypto

Remove querystring due to its deprecation and instead use URLSearchParams