From 736173af2dc004bdf39d6d94e39b983f1b59d168 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 30 Jan 2024 18:03:36 +0100 Subject: [PATCH] Update beps/0003-auth-architecture-evolution/README.md Co-authored-by: Ben Lambert Signed-off-by: Patrik Oldsberg --- beps/0003-auth-architecture-evolution/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beps/0003-auth-architecture-evolution/README.md b/beps/0003-auth-architecture-evolution/README.md index fb188e05fd..99a800f474 100644 --- a/beps/0003-auth-architecture-evolution/README.md +++ b/beps/0003-auth-architecture-evolution/README.md @@ -214,7 +214,7 @@ router.get( (req, res) => { const { cookieUser } = httpAuth.credentials(req); console.log( - `User ref=${user.userEntityRef} ownership=${user.ownershipEntityRefs}`, + `User ref=${cookieUser.userEntityRef} ownership=${cookieUser.ownershipEntityRefs}`, ); // ... },