Hiroki

Results 8 comments of Hiroki

I also saw a similar issue with `quill-cassandra` version 3.12.0 and 4.6.0 even though I didn't see this issue when I used `quill-cassandra` version 3.4.0. After I changed all dynamic...

This issue was created when I asked @wojciechUrbanski how I can do certificate pinning via sttp because I didn't find the way at that time. But, I found the way...

I'm also facing the same issue. I debugged a bit, then saw the error below when retrieving a cookie from the CookieStore. ``` securecookie: expired timestamp ``` https://github.com/ory/kratos/blob/c829295c194f671c3e9c50743123c129aa8a70b6/session/manager_http.go#L207 Is it...

I found a similar discussion. https://github.com/ory/kratos/discussions/2559

This issue is related to cookies in my case. I was able to resolve it by following these steps: 1. Extend the session by calling the `/admin/sessions/{id}/extend endpoint` (this endpoint...

> @Hiroki6 thanks for your contribution! This is not directly related to your PR, but can I ask you to address this issue to satisfy the failing checks for [this...

> @Hiroki6 ah, the last thing: > > ``` > not ok 1 check if terraform code needs formatting > # (in test file /test/terraform/lint.bats, line 9) > # `[...

@gberenice can you rerun the test please?