mode/jwt.sh: fix typos on token generation. (#129)
Reviewed-on: #129 Co-authored-by: Ark74 <ark@switnet.org> Co-committed-by: Ark74 <ark@switnet.org>
This commit is contained in:
		
							parent
							
								
									0bcf9e4459
								
							
						
					
					
						commit
						adb4e32c27
					
				| 
						 | 
					@ -125,7 +125,7 @@ echo -e "You can test JWT authentication with the following token for the next 2
 | 
				
			||||||
python3 tools/jwt/jitsi_token_maker_features.py \
 | 
					python3 tools/jwt/jitsi_token_maker_features.py \
 | 
				
			||||||
  --app-id "$APP_ID" --secret "$SECRET_APP" \
 | 
					  --app-id "$APP_ID" --secret "$SECRET_APP" \
 | 
				
			||||||
  --domain "$DOMAIN" --room "$ROOM" \
 | 
					  --domain "$DOMAIN" --room "$ROOM" \
 | 
				
			||||||
  --username "Moderator Token Test User"
 | 
					  --user-name "Moderator Token Test User" \
 | 
				
			||||||
  --moderator --features-all \
 | 
					  --moderator --features-all \
 | 
				
			||||||
  --minutes 120 --nbf-offset 300 --include-iat \
 | 
					  --minutes 120 --nbf-offset 300 --include-iat \
 | 
				
			||||||
  --url "https://$DOMAIN/"
 | 
					  --url "https://$DOMAIN/"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue