Skip to content

Commit

Permalink
token_security_ondemand, doc: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Nov 10, 2023
1 parent 49e04e8 commit 22b69fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions token_security_ondemand/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,15 @@ meeting room.

## A token sample

A sample token body to activate lobby and set a passwrd for a room:
A sample token body to activate lobby and set a password for a room:

```json
{
"room": "myRoomName",
"context": {
"user": {
"name": "myname",
"email": "[email protected]",
"lobby": true
"email": "[email protected]"
},
"room": {
"lobby": true,
Expand Down

0 comments on commit 22b69fb

Please sign in to comment.