Skip to content

Commit

Permalink
Removed EMG_AUTH cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
MGS-sails committed Jan 23, 2024
1 parent d8d7054 commit 1ba05e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions emgcli/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,7 @@ def create_secret_key(var_dir):

JWT_AUTH = {
'JWT_EXPIRATION_DELTA': datetime.timedelta(seconds=108000),
'JWT_AUTH_HEADER_PREFIX': 'Bearer',
'JWT_AUTH_COOKIE': 'EMG_AUTH',
'JWT_AUTH_HEADER_PREFIX': 'Bearer'
}

try:
Expand Down

0 comments on commit 1ba05e9

Please sign in to comment.