django-qsessions icon indicating copy to clipboard operation
django-qsessions copied to clipboard

Extended session backends for Django (Sessions store IP, User Agent, and foreign key to User)

Results 55 django-qsessions issues
Sort by recently updated
recently updated
newest added

This depends on https://github.com/django/django/pull/15906 since the default GitHub Actions runners don't have GDAL installed.

Since qsessions uses a custom session object which is altered every time User-Agent or IP change there is a side-effect due to how base Django session engine works. Upon [save](https://github.com/django/django/blob/6b513f01374da8e8f38e231f0ff95e8c095d3239/django/contrib/sessions/backends/db.py#L62-L95)...

It would be nice if the user for DRF sessions are linked in qsessions.

fixes https://github.com/Kong/deck/issues/462

3.0 Upstreams include several new string fields, as described in https://github.com/Kong/go-kong/issues/199 These require updates to https://github.com/Kong/deck/blob/main/file/kong_json_schema.json and the file Builder tests. deck changes require the go-kong change above.

feature
priority/high

**Bug** The commands exectuted: - deck validate --online --konnect-addr https://us.api.konghq.com --konnect-runtime-group-name default --state Desktop/konnect-dump.yml - deck validate --online --konnect-runtime-group-name default --state Desktop/konnect-dump.yml I have a file with Konnect user credentials...

Right now decK only uses ID and Username for Consumers lookup, which is problematic because CustomID is also unique and modifying a Username causes a Consumer re-creation, which triggers a...