-
I had set cookie value in the 'Config.conf', but it still failed.
> INFO:root:claude_routes.py
> INFO:root:gemini_routes.py
> INFO:root:v1_routes.py
> INFO:root:http_routes.py
> INFO:root:http_…
-
### Package.json file
```JSON
{
"name": "medusa-starter-default",
"version": "0.0.1",
"description": "A starter for Medusa projects.",
"author": "Medusa (https://medusajs.com)",
"licen…
-
During OpenID Connect login, Liberty creates cookie WASReqURLOidc... to remember the original request URL. This cookie is removed/invalidated after a successful login. However, if login failed/abandon…
-
### OAuth2-Proxy Version
7.6.0
### Provider
keycloak
### Current Behaviour of your Problem
[2024/08/26 09:10:22] [provider.go:55] Performing OIDC Discovery...
[2024/08/26 09:10:22] [main.go:58] …
-
The web implementation still relies on the deprecated [`gapi.auth2`](https://developers.google.com/identity/sign-in/web/reference) library.
The plugin still works due to this workaround https://git…
-
The debug builds use insecure websockets to communicate with the debugger. I setup an nginx proxy to serve my build over https, to enable APIs to set secure cookies.
Serving the page over https mea…
-
We are seeing "[Amplitude] TypeError: undefined is not an object (evaluating 't._metadataStorage.save')" errors from Sentry. We also found the `_metadataStorage.save` code here: https://github.com/amp…
-
I used Workbench to generate a shinylive exported site, and viewed index.html using the Files pane. The request for shinylive-sw.js was redirected to the login page, because no cookies were attached t…
-
When session (import session from "express-session") is inited as follows the cookie is not set when sessionSecure (alias session) is set to true (boolean value). In case set to boolean false, undefin…
-
# Description
We are facing the following behaviour , we have the following endpoint that returns a redirect response via :
```return Response.seeOther("https://www.google.com☣@example.org");`…