@hintergrund/auth
v0.0.2-next.0
Published
Auth utilities for cloudflare workers/pages
Downloads
8
Readme
--- # Auth utilities for cloudflare workers/pages
🔐 @hintergrund/auth
Add authentication to your site with a single command
Password authentication
Usage (in a cloudflare pages environment)
npx @hintergrund/auth add
npx @hintergrund/auth user
Create endpoints for login, logout and any other protected routes.
functions/
├── auth/
│ ├── login.js
│ └── logout.js
└── protected/
└── _middleware.js/