Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Charca/cloudflare-pages-auth
/ functions
Functions
5 in github.com/Charca/cloudflare-pages-auth
⨍
Functions
5
◇
Types & classes
0
↓ 3 callers
Function
sha256
(str: string)
functions/utils.ts:3
↓ 2 callers
Function
getCookieKeyValue
(password?: string)
functions/utils.ts:10
↓ 1 callers
Function
getTemplate
({ redirectPath, withError }: { redirectPath: string; withError: boolean; })
functions/template.ts:1
Function
onRequest
(context: { request: Request; next: () => Promise<Response>; env: { CFP_PASSWORD?: string }; })
functions/_middleware.ts:5
Function
onRequestPost
(context: { request: Request; env: { CFP_PASSWORD?: string }; })
functions/cfp_login.ts:4