tdashworth / password-protected-pages

Home Page:https://password-protected-pages.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Protected Pages (on vercel)

Demo

URL: https://password-protected-pages.vercel.app

Site Slug Password
example hello world
project-1 test123

Setup

App config

{
  "sites": [
    {
      // REQUIRED. The base URL path to the site,
      "slug": "example",
      // REQUIRED. The password hashed using `npm run hash-password "site-slug" "secure password"`
      "passwordHash": "c7a765219000add2a6e2031bccd84a64f7878fd8cb3ee58767523d1969c41693",
      // OPTIONAL. Wether the site is accessible or not. Defaults to true/yes.
      "live": true,
      // OPTIONAL. How long in days before the user has to sign back in. Defaults to 1.
      "signInExpiryInDays": 1
    }
  ]
}

About

https://password-protected-pages.vercel.app


Languages

Language:HTML 40.8%Language:CSS 31.9%Language:JavaScript 15.0%Language:TypeScript 12.2%