From 8fd67961f00a84900820a0891c43f30d9d3d4f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Peri=C4=87?= Date: Sat, 25 Nov 2023 06:39:29 +0000 Subject: [PATCH] docs: updated to include note about credentials (#119) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6289994..e0db826 100644 --- a/README.md +++ b/README.md @@ -90,3 +90,4 @@ func main() { router.Run() } ``` +Using all origins disables the ability for Gin to set cookies for clients. When dealing with credentials, don't allow all origins