Junaidb commited on
Commit
0f9ae1c
·
verified ·
1 Parent(s): e52456c

Create secrets.toml

Browse files
Files changed (1) hide show
  1. .streamlit/secrets.toml +9 -0
.streamlit/secrets.toml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ [auth]
2
+ redirect_uri = "https://thexforce-combat-frontend.hf.space"
3
+ cookie_secret = "junaidbashir000"
4
+
5
+ [auth.auth0]
6
+ client_id = "LC3WKFAis2R1u9O2aukmHR8RqzzC3cs3"
7
+ client_secret = "xyrmG1tuKSd1ga-u01nFUV0iduElx9wWVII5OhQTe2kCA7H-YSBCbtCy1h4d-sdh"
8
+ server_metadata_url = "https://dev-u1g4s188davvr7o3.us.auth0.com/.well-known/openid-configuration"
9
+ client_kwargs = { "prompt" = "login" }