Axiom / chainlit.yaml
Aasher's picture
feat: Implement Auth in Axiom
9c11e3d
raw
history blame contribute delete
278 Bytes
auth:
required: true
providers:
- google
- github
outh_providers:
google:
client_id: ${OAUTH_GOOGLE_CLIENT_ID}
client_secret: ${OAUTH_GOOGLE_CLIENT_SECRET}
github:
client_id: ${OAUTH_GITHUB_CLIENT_ID}
client_secret: ${OAUTH_GITHUB_CLIENT_SECRET}