From 1a5f0cbeb51d599b006a0b9572fc9909b693b434 Mon Sep 17 00:00:00 2001 From: Sean Grove Date: Fri, 30 Jul 2021 23:53:35 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd4f63a..c3de2d2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 3. After enabling Authlify for a site, be sure to force a new deploy with `clear cache and deploy site` (this will be done automatically with an update on Sunday) -After it's deployed, you can hit three endpoints: +After it's deployed, you can hit three endpoints (there are better links to copy/paste curl commands if you go to your deployed site): 1. "/.netlify/functions/secrets" - see all enabled auths + secrets (sanitized so they're not exposed) 1. "/.netlify/functions/conditionalSecrets?skipSecrets=true" - an endpoint that can optionally retrieve secrets, useful to see the overhead of the current implementation