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

SSO Login: increase lifespan of JSON tokens for cookie-less auth #2540

Open
squigglybob opened this issue Jul 18, 2024 · 0 comments
Open

SSO Login: increase lifespan of JSON tokens for cookie-less auth #2540

squigglybob opened this issue Jul 18, 2024 · 0 comments

Comments

@squigglybob
Copy link
Collaborator

There are security issues with increasing the age of a JSON token as it is a key to access the API. They are meant to be short lived I think.

Something I read mentioned having a refresh token that you could use to request an issue of another auth token, but I'm not sure how that would work if you left a site for weeks before coming back to it.

This will work for cookie based auth like on zume or DT, but PG uses JSON tokens, so we > would need to come up with another way of extending the life of those
Originally posted by @squigglybob in #2537 (comment)

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