We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Team
I'm digging current implementation behavior based on your prototype server. https://glitch.com/edit/#!/dbsc-prototype-server
IIUC
Sec-Session-Registration
Set-Cookie: id=abc; Max-Age=10
Sec-Session-Response
refresh_url: refresh
10 sec later
id=abc
/refresh
Sec-Session-Id
But, Browser internal request to /refresh doesn't happen.
What I missed here ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Team
I'm digging current implementation behavior based on your prototype server.
https://glitch.com/edit/#!/dbsc-prototype-server
IIUC
Sec-Session-Registration
andSet-Cookie: id=abc; Max-Age=10
Sec-Session-Response
w/ JWT which hasrefresh_url: refresh
10 sec later
id=abc
Cookie was expired/refresh
w/Sec-Session-Id
internallyBut, Browser internal request to
/refresh
doesn't happen.What I missed here ?
The text was updated successfully, but these errors were encountered: