Skip to content

Commit 6540e00

Browse files
committed
add misc to docs
1 parent 0fddffb commit 6540e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ It creates an `InitialEventDTO` and places it to the `InitialEventHolder` single
3939
- `app` is set according to config options.
4040
- `userType` is set from the package config. `userType` is empty for a not authenticated user.
4141
- `correlationId` and `timestamp` are set from request headers according to config options or generated from scratch.
42-
- `realUserId` and `realUserType` are left empty strings.
42+
- `realUserId`, `realUserType` and `misc` are left empty strings.
4343

4444
Be sure to add the midlleware AFTER Laravel middleware that sets authenticated user.
4545
In practice it likely means that you have to place the middleare at the very bottom of `middlewareGroups` in `app/Http/Kernel`

0 commit comments

Comments
 (0)