Skip to content

Session cookies problem #135

Open
Open
@AidanNichol

Description

@AidanNichol

I'm using this with Electron and I'm running into problems.

I login ok but when I issue a getUser it responds 404 which means I'm not logged in.

A getSession gives the following response

{
    "info": {
        "authentication_db": "_users",
        "authentication_handlers": ["oauth", "cookie", "default"]
    },
    "ok": true,
    "userCtx": {
        "name": null,
        "roles": []
    }
}

The name is null and there is no "authenticated": "cookie", which makes me think that there is something strange about the way Electron is handling cookies.

Anybody got any suggestions as to what is happening and how I might get around this problem.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions