mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 23:52:05 -05:00
docs(electron): add image proxy callout for admin plugin (#8171)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -488,6 +488,10 @@ You can use the image URL directly in your renderer:
|
||||
|
||||
To configure or disable the proxy, see the [`userImageProxy`](#userimageproxy) option.
|
||||
|
||||
<Callout type="warning">
|
||||
To access avatars for users other than the current one, you need to enable the [Admin](/docs/plugins/admin) plugin.
|
||||
</Callout>
|
||||
|
||||
### Creating IPC bridges
|
||||
|
||||
You should create IPC bridges to extend the functionality exposed to your renderer process. This ensures a minimal, safe API surface.
|
||||
|
||||
Reference in New Issue
Block a user