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

How to trigger Refresh request from browser ? #88

Open
Jxck opened this issue Jan 8, 2025 · 0 comments
Open

How to trigger Refresh request from browser ? #88

Jxck opened this issue Jan 8, 2025 · 0 comments

Comments

@Jxck
Copy link

Jxck commented Jan 8, 2025

Hi Team

I'm digging current implementation behavior based on your prototype server.
https://glitch.com/edit/#!/dbsc-prototype-server

IIUC

  • Server Responds Sec-Session-Registration and Set-Cookie: id=abc; Max-Age=10
  • Browser Requests Sec-Session-Response w/ JWT which has refresh_url: refresh

10 sec later

  • Browser requests to the server path which included in scope
  • Browser detects id=abc Cookie was expired
  • Browser Requests to /refresh w/ Sec-Session-Id internally

But, Browser internal request to /refresh doesn't happen.

What I missed here ?

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