Anton Engelhardt

Results 44 issues of Anton Engelhardt

### Steps to Reproduce the Problem - Create new account - Follow the getting started guide for flutter ### Expected Behavior The guide should be updated with the `init()` function...

dependencies
docs

This PR will - be triggered on a new tag pushed - Bump version in `Cargo.toml` to the version of the tag - Generate Release notes with [Git-Cliff](https://github.com/orhun/git-cliff) - Delete...

docs
ci

We need to think about all logs and especially about the log level. For example, all unauthenticated requests currently log `cookie validation failed: session cookie not found` (log level: `warn`).

refactor

1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): Postgres 14 2. Which TablePlus build number are you using (the number on the welcome screen, Ex:...

It should be possible to configure which claims and which regex expression allow a user to pass to the upstream cluster.

feature

### Issue I have `git config commit.gpgSign` set to `true`. Aider fails to create commits because they cannot be signed: ``` Unable to commit: Cmd('git') failed due to: exit code(128)...

enhancement

## Please describe your changes and why you made them ### Multiple OpenID providers - the plugin can now be configured to use multiple providers for token issuing and validation...

semver:minor
feature
refactor
docs

the url needs the `:scheme` header to be parsed fully. added one comment back which got lost while [rebasing](https://github.com/antonengelhardt/wasm-oidc-plugin/commit/02ab7b0dcb6f0d409494e09b9eb7676bb5440f0f)... we should write tests for this when finishing #15

semver:bug