Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support refresh tokens #145

Open
vikanezrimaya opened this issue Jan 22, 2023 · 0 comments
Open

Support refresh tokens #145

vikanezrimaya opened this issue Jan 22, 2023 · 0 comments

Comments

@vikanezrimaya
Copy link

Kittybox uses very short-lived access tokens (7 days) and long-lived refresh tokens. The intended behavior is for an app to refresh its token once it expires, to prevent an accidentally leaked token from allowing long-term access to my website. Quill doesn't seem to do so, resulting in errors and need to re-authenticate manually every seven days.

While I could special-case Quill's client ID, I feel like showing preferential behavior for clients using outdated standards might do more harm than good to the ecosystem, therefore I am filing this as an issue for Quill instead.

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

No branches or pull requests

1 participant