Shahar Evron
Shahar Evron
Currently in order to use JWT but have slightly different identity rules (e.g. if you want to default to read-only for unauthorized scopes), or handle scopes in a different way,...
This will allow a nicer API for request / response payloads (based on strict object structures rather than dictionaries). marshmallow-dataclasses should allow us easy marshaling to / from dicts and...
**Feature** Add the ability to make mypy report errors but not fail (that is, not exit with a non-zero code), and make that ability controllable by module / path. This...
I am running a test that uses `pytest-vcr` and also has `@pytest.mark.parametrize` where parameters are path-segment like strings, sometimes containing relative (e.g. `/../`) or absolute (e.g `/foo`) path segments. This...