mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 04:19:32 +00:00
docs: fix api typo on security guide
This commit is contained in:
@@ -54,7 +54,7 @@ You can configure the IP address header in your Better Auth configuration:
|
|||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
{
|
{
|
||||||
security: {
|
advanced: {
|
||||||
ipAddress: {
|
ipAddress: {
|
||||||
ipAddressHeaders: ['cf-connecting-ip'] // or any other custom header
|
ipAddressHeaders: ['cf-connecting-ip'] // or any other custom header
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user