Skip to content

chore(deps): bump express from 4.17.2 to 4.18.2 in /website #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/search-index-scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
workflow_dispatch:
# run manually

push:
branches:
- master
workflow_run:
workflows: ['Build and Deploy']
types: [completed]

jobs:
scrape:
Expand Down
6 changes: 3 additions & 3 deletions docs/nanoplayer/nanoplayer_token_security.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Thus we recommend to use a second Bintu organization to not interfere with your
**There are 2 options for secure playback configuration:**

1. [**Simple configuration with JSON Web Token (JWT) (since v4.18.0)**](nanoplayer_security_jwt.md)
A standard conform security token, recommended for more than one stream, easy ABR configuration.
2. [**Configuration with STS token**](nanoplayer_security_sts.md)
Proprietary security token with multi value format, commonly used before v4.18.0.
A standard conform security token, recommended for new users of the secure playback feature, easy to use for single stream and ABR configuration.
2. **(Deprecated)** [**Configuration with STS token**](nanoplayer_security_sts.md)
Proprietary security token with multi value format, commonly used before v4.18.0, available for backwards compatibility.
Loading