docs: fix api typo on security guide

This commit is contained in:
Bereket Engida
2025-06-07 15:04:33 -07:00
parent e9b8d92438
commit db2c0d0c8a

View File

@@ -54,7 +54,7 @@ You can configure the IP address header in your Better Auth configuration:
```typescript
{
security: {
advanced: {
ipAddress: {
ipAddressHeaders: ['cf-connecting-ip'] // or any other custom header
}