From f94a064ebe7c88e1a064e340ba1a098f0956b4c1 Mon Sep 17 00:00:00 2001 From: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com> Date: Wed, 22 May 2024 10:14:58 +0200 Subject: [PATCH] cds8: rm req.user. compat --- node.js/authentication.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/node.js/authentication.md b/node.js/authentication.md index 41aa0ddae..298a18e68 100644 --- a/node.js/authentication.md +++ b/node.js/authentication.md @@ -75,18 +75,6 @@ Parsed JWT token info provided by `@sap/xssec`. > **Note:** This API is only available for authentication kinds based on `@sap/xssec`. -### Deprecated API {#deprecated} - -#### DEPRECATED: . tenant {#user-tenant} - -[Use `req/msg.tenant` instead.](events#tenant){.learn-more} - - -#### DEPRECATED: . locale {#user-locale} - -[Use `req/msg.locale` instead.](events#locale){.learn-more} - - ## cds.**User.Privileged** { #privileged-user .class }