Ryan Tin Wei Jie
Ryan Tin Wei Jie
Looks like I can get the tokens from the cookies straight from the `Request` object and access their `jti` with `Authorize.get_jti` and revoke the tokens from there. Would that be...
I'm not super familiar with the subject but let's say the refresh last for 7 days, the user would be logged out no matter what after 7 days right? What...
yes so I'm planning to refresh the refresh token as well, Is that a bad idea?
You can refer to this issue https://github.com/IndominusByte/fastapi-jwt-auth/issues/29/ You probably need to set the `X-CSRF-TOKEN` from the client based on the value of csrf-access-token in the cookie.
I see, that makes much more sense as a lot of people have mention this repo as the best way to mount secrets to fargate. I'll take a look into...
Thank you. I'll figure it out and then hopefully come up with something. :)
Looks like this issue is quite old, but I would like to check if there's any headway with this? I'm facing the same issue here, where the `end` event is...
Current toolchain version ```shell 1.63.0-x86_64-unknown-linux-gnu (default) ```