Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Fix frequent logouts #114

Closed
saschaishikawa opened this issue Jul 19, 2016 · 1 comment
Closed

Fix frequent logouts #114

saschaishikawa opened this issue Jul 19, 2016 · 1 comment

Comments

@saschaishikawa
Copy link
Contributor

saschaishikawa commented Jul 19, 2016

Users get logged out when the bearer token expires (~2hr). A fix would be to implement a method to refresh bearer tokens once expired.

@camallen
Copy link
Contributor

@saschaishikawa a solution for this was implemented in the panoptes-client via zooniverse/panoptes-javascript-client#45

the problem is that web apps can't secure a secret and have to use the implicit grant, that in turn can't use refresh tokens.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants