Added a warning about using the secureURLToken option only on the server. In doing so, I realized there's a similar warning in the browser example right above it. 🤷
Checklist: Fixing typos/Doc change
[x] Each commit follows the Conventional Commit format: e.g. chore(readme): fix typo. See the end of this file for more information.
Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR:
- `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change)
- `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
- `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
- `@Commit-Lint merge disable` will desactivate merge dependabot PR
- `@Commit-Lint review` will approve dependabot PR
- `@Commit-Lint stop review` will stop approve dependabot PR
Description
Added a warning about using the
secureURLToken
option only on the server. In doing so, I realized there's a similar warning in the browser example right above it. 🤷Checklist: Fixing typos/Doc change
chore(readme): fix typo
. See the end of this file for more information.