This repo contains examples of how to add Basic Authentication to a Now deployment using various languages / frameworks, along with some numbers that show the differences between each method.
Each example contains its own README file with some additional information.
- The
_staticdirectory contains the source code for the "website" that each implementation serves for demonstration purposes : HTML, CSS, images ... 1 - All the other directories are the different ways you can add Basic Authentication to a Now deployment. Checkout their code to see how to implement it in your project
1 The demo website has a public area and a restricted /admin area (username / pass : admin / admin).
| Example | 📦 Lambda size | 🔗 Deployment URL |
|---|---|---|
| node | 0.07 MB | Link |
| node-express | 0.35 MB | Link |
| node-static-auth | 0.07 MB | Link |
Issues and PR are welcome!
- 🔀 Fork and clone the project
- 🆕 Create a directory named after the language / framework you want to add (for example
phpornode-polka) - 👨💻 Add the implementation
- 🎉 Submit your PR