0.0.2-next.0 • Published 10 months ago

@hintergrund/auth v0.0.2-next.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

--- # 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/
0.0.2-next.0

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago