[Feat-Proxy] Allow using custom sso handler (#5809)

* update internal user doc string

* add readme on location of /sso routes

* add custom_sso_handler

* docs custom sso

* use secure=True for cookies
This commit is contained in:
Ishaan Jaff 2024-09-20 19:14:33 -07:00 committed by GitHub
parent 0a18b6539c
commit cf7dcd9168
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 769 additions and 579 deletions

View file

@ -7,6 +7,7 @@ These are members of a Team on LiteLLM
/user/new
/user/update
/user/delete
/user/info
"""
import asyncio