static-auth

The most simple way to add Basic Authentication to a static website hosted on Vercel.

MIT License

Stars
30
Committers
3

Bot releases are hidden (Show)

static-auth - 2.1.2 Latest Release

Published by flawyte over 2 years ago

static-auth - 2.1.1

Published by flawyte over 2 years ago

Forgot to rebuild before publishing to NPM...

https://github.com/flawyte/static-auth/compare/2.1.0...2.1.1

static-auth - 2.1.0

Published by flawyte over 2 years ago

🚀 New

  • Added a new options : serveStaticOptions (#4)

💫 Improvements

  • Update dependencies & associated security vulnerabilities
  • Update README

https://github.com/flawyte/static-auth/compare/2.0.0...2.1.0

static-auth - 2.0.0

Published by flawyte over 4 years ago

🚀 New

  • Rewrite in TypeScript (3b7be47)
  • Add ESM bundle for ESM client projects (3b7be47)

💫 Improvements

  • You don't have to call res.end() manually anymore, it'll be called automatically after onAuthFailed() returns (91ebd2f)
  • Removed the test/ directory, which means it won't be downloaded anymore when installing the package (4ea1322)

🐞 Bug fixes

  • The WWW-Authenticate header's realm value is now surrounded by quotation marks as required by the spec (f356295)
static-auth - 1.1.1

Published by flawyte over 5 years ago

Fixed README badges.

static-auth - 1.1.0

Published by flawyte over 5 years ago

  • Updated dependencies
  • Removed test/ directory from NPM package
static-auth - 1.0.0

Published by flawyte over 5 years ago

Initial release.