Skip to content

Session data is not untagged properly when using other JSON providers #5381

@davidism

Description

@davidism

Providers such as orjson and ujson do not implement object_hook. The "tagged JSON" scheme used to encode types for session data currently calls loads(data, object_hook=...), so providers that ignore that option return the data still tagged. Untagging needs to be implemented without using object_hook.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions