forked from phoenix/litellm-mirror
docs - custom logout url
This commit is contained in:
parent
f01f9b7015
commit
24129ea0f1
2 changed files with 15 additions and 1 deletions
|
@ -123,4 +123,18 @@ LiteLLM Enterprise: Enable [SSO login](./ui.md#setup-ssoauth-for-ui)
|
|||
4. User can now create their own keys
|
||||
|
||||
|
||||
<Image img={require('../../img/ui_self_serve_create_key.png')} style={{ width: '800px', height: 'auto' }} />
|
||||
<Image img={require('../../img/ui_self_serve_create_key.png')} style={{ width: '800px', height: 'auto' }} />
|
||||
|
||||
|
||||
## Advanced
|
||||
### Setting custom logout URLs
|
||||
|
||||
Set `PROXY_LOGOUT_URL` in your .env if you want users to get redirected to a specific URL when they click logout
|
||||
|
||||
```
|
||||
export PROXY_LOGOUT_URL="https://www.google.com"
|
||||
```
|
||||
|
||||
<Image img={require('../../img/ui_logout.png')} style={{ width: '400px', height: 'auto' }} />
|
||||
|
||||
|
||||
|
|
BIN
docs/my-website/img/ui_logout.png
Normal file
BIN
docs/my-website/img/ui_logout.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Loading…
Add table
Add a link
Reference in a new issue