Skip to content

Commit 1b6b5bc

Browse files
committed
Update
1 parent 806d534 commit 1b6b5bc

File tree

3 files changed

+161
-208
lines changed

3 files changed

+161
-208
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Headers of Websocket Upgrade request can be accessed via `req.http.req.headers`
437437

438438
For local development, authentication is skipped for authentication kind `mocked` and `basic`.
439439
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`),
440+
is taken as authenticated user for websocket connection (e.g. `alice`),
441441
otherwise the websocket connection is established with an anonymous user.
442442

443443
Using authentication kind `basic` or `cds.requires.auth.login_required: true` is not recommended for local development,

0 commit comments

Comments
 (0)