Update beps/0003-auth-architecture-evolution/README.md

Co-authored-by: Ben Lambert <blam@spotify.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-01-30 18:03:36 +01:00
committed by GitHub
parent 3448af6e17
commit 736173af2d
@@ -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}`,
);
// ...
},