Skip to content

Instantly share code, notes, and snippets.

@cxtadment
Last active August 25, 2015 23:28
Show Gist options
  • Save cxtadment/e11d2b875604d29b5f76 to your computer and use it in GitHub Desktop.
Save cxtadment/e11d2b875604d29b5f76 to your computer and use it in GitHub Desktop.
JWT_AUTH = {
'JWT_ALLOW_REFRESH': False,
'JWT_REFRESH_EXPIRATION_DELTA': datetime.timedelta(days=7),
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment