We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806d534 commit 1b6b5bcCopy full SHA for 1b6b5bc
README.md
@@ -437,7 +437,7 @@ Headers of Websocket Upgrade request can be accessed via `req.http.req.headers`
437
438
For local development, authentication is skipped for authentication kind `mocked` and `basic`.
439
If login is required (`cds.requires.auth.login_required: true`), first mocked user (see `cds.requires.auth.users`)
440
-is taken as authenticated user for websocket connection (e.g. `alice`),
+is taken as authenticated user for websocket connection (e.g. `alice`),
441
otherwise the websocket connection is established with an anonymous user.
442
443
Using authentication kind `basic` or `cds.requires.auth.login_required: true` is not recommended for local development,
0 commit comments