Skip to content

Consider properly testing better auth cookie #55

Description

@fringe4life

Currently a "shape test" is performed. This is to prevent blatantly invalid cookies through. However it's more than easy to spoof and even though real validation happens at page level - among other levels - it is preferable to properly test the cookie.

The next consideration however is performance and keeping the proxy lightweight as is intended. The current testing is synchronous and ideally will remain that way or do very lightweight asynchronous work.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions