Skip to content

Commit

Permalink
Trying to increase accesstoken expiration to see if this affects #283
Browse files Browse the repository at this point in the history
  • Loading branch information
capooti committed Mar 5, 2018
1 parent eb3a887 commit 44cec0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/base/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ def do_login(sender, user, request, **kwargs):
application=app,
expires=datetime.datetime.now() +
datetime.timedelta(
days=1),
days=30),
token=token)
except BaseException:
u = uuid.uuid1()
Expand Down

0 comments on commit 44cec0c

Please sign in to comment.