mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 12:27:44 +00:00
feat: allow unsigned tokens to be passed as a bearer token (#953)
This commit is contained in:
@@ -131,4 +131,9 @@ export async function handler(req, res) {
|
||||
// Process authenticated request
|
||||
// ...
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
|
||||
## Options
|
||||
|
||||
**requireSignature** (boolean): Require the token to be signed. Default: `false`.
|
||||
Reference in New Issue
Block a user