Spaces:
Running
Running
Update auth.py
Browse files
auth.py
CHANGED
@@ -12,5 +12,5 @@ authenticator = stauth.Authenticate(
|
|
12 |
config['cookie']['name'], # name of the login session cookie
|
13 |
config['cookie']['key'], # secret key for signing the cookie
|
14 |
config['cookie']['expiry_days'],
|
15 |
-
|
16 |
)
|
|
|
12 |
config['cookie']['name'], # name of the login session cookie
|
13 |
config['cookie']['key'], # secret key for signing the cookie
|
14 |
config['cookie']['expiry_days'],
|
15 |
+
# email whitelist
|
16 |
)
|