mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 00:46:44 -05:00
docs: add spaces on oauth proxy docs (#564)
Add spaces to make it look better
This commit is contained in:
@@ -3,7 +3,7 @@ title: OAuth Proxy
|
||||
description: OAuth Proxy plugin for Better Auth
|
||||
---
|
||||
|
||||
A proxy plugin, that allows you to proxy OAuth requests.Useful for development and preview deployments where the redirect URL can't be known in advance to add to the OAuth provider.
|
||||
A proxy plugin, that allows you to proxy OAuth requests. Useful for development and preview deployments where the redirect URL can't be known in advance to add to the OAuth provider.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -63,4 +63,4 @@ To share cookies between the proxy server and your main server it uses url query
|
||||
|
||||
## Options
|
||||
|
||||
**currentURL**: The application's current URL is automatically determined by the plugin. It first it check for the request URL if invoked by a client, then it checks the base URL from popular hosting providers,and finally falls back to the `baseURL` in your auth config. If the URL isn’t inferred correctly, you can specify it manually here.
|
||||
**currentURL**: The application's current URL is automatically determined by the plugin. It first it check for the request URL if invoked by a client, then it checks the base URL from popular hosting providers, and finally falls back to the `baseURL` in your auth config. If the URL isn’t inferred correctly, you can specify it manually here.
|
||||
|
||||
Reference in New Issue
Block a user