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

> `_plugin_configs` feature of decK allows users to abstract out configuration > of plugins that are used repeatedly and then reference them in > services/routes/consumers. This helps with de-duplication of...

In Kong's admin API, ca_certificates created in the default workspace are visible in all workspaces. This has the following consequence: when deck `sync`s a non-default workspace, it sees a non-empty...

bug

It appears that deck (v 1.8.2) does not like having more than 3 methods defined in a route. The following yaml shows the issue with a route with more than...

needs investigation

Hi all, We're using deck on kong with cassandra datastore and we would request if deck can be configured to create the db-less config file. We would use deck to...

With https://github.com/Kong/deck/pull/502, we are going to introduce the capability to validate configuration against the Kong Admin API. We should improve such capability allowing users to validate their configuration without the...

This PR add developers as a ressource for Deck. So, they can be persisted. I would like the meta of a Developer to be displayed as a Map in Deck...

HOLD/DO NOT MERGE

The list of parameters needed by the `file.Get` function is ever-growing. We should make it cleaner by creating a `GetOpt` object and pass it around instead. (originally posted by Harry...

Certificates are sensitive and can't be stored in plain-text. In most use-cases, decK runs in a CI pipeline. In such a system, certificate private key and certificate can be provided...

feature
blocked

Hi, We are using the Deck tool for Kong and we are getting an issue for deck diff. After using deck sync to import kong.yaml , when we do deck...

The feature from this PR is really awesome https://github.com/Kong/deck/pull/286, although I have some concerns in here... Using env var as placeholder for values may imply the value is "secret". It...