feat: allow unsigned tokens to be passed as a bearer token (#953)

This commit is contained in:
Bereket Engida
2024-12-20 13:49:33 +03:00
committed by GitHub
parent a1e6816d89
commit 9ab5d29af8
6 changed files with 39 additions and 15 deletions

View File

@@ -131,4 +131,9 @@ export async function handler(req, res) {
// Process authenticated request
// ...
}
```
```
## Options
**requireSignature** (boolean): Require the token to be signed. Default: `false`.