Daniel Kudwien

Results 18 issues of Daniel Kudwien

I'm new to git-subtree, so I adjusted the docs on the go while figuring out how to use it.

Note: I've absolutely no idea whether this is correct, or whether it's totally superfluous. Please comment accordingly. Feedback welcome! Note: This is based on the sun:docs branch. Merge that first....

#### Expected Behaviour We're trying to implement a stepped line chart, but could not figure out a way to do so yet. Stepped Line Chart Examples: - https://www.chartjs.org/docs/latest/samples/line/stepped.html - https://datavizproject.com/data-type/stepped-line-graph/...

Resolves #56 Problem - The plugin currently intercepts REST API requests to other endpoints when the client could not be authenticated by JWT. This causes many conflicts with other plugins:...

Follow-up on https://github.com/usefulteam/jwt-auth/issues/1#issuecomment-895468941 Goal - Add an option or constant to emit the refresh token in the response body instead of a cookie. Details - For security reasons with regard...

Discovered during #33 Problem - When sending REST parameters as a JSON object together with a `Content-Type: json` instead of `multipart/form-data`, then the `device` parameter is not handled; i.e., the...

The composer.lock file should also be committed though; otherwise every new invocation of `composer install` will install a different version of the JWT library. _Originally posted by @sun in https://github.com/usefulteam/jwt-auth/issues/33#issuecomment-1024159246_

Problem - The `SHELL_PIPE` env variable does not work for the db command. Proposed solution 1. Clarify docs for how to retain ASCII table formatting with the db command. 2....

### Description of the Change Problem - When disabling a feature in the plugin settings, then the feature is still active on the site. Goal - We want to disable...

Problem - The error message returned by the refresh token validation does not indicate why the refresh token is obsolete. Details - On our site, one of the mobile apps...