Pieter Ennes

Results 11 issues of Pieter Ennes

As discussed in #525 ([here](https://github.com/oauthlib/oauthlib/pull/525/files/255f0c00d7718ae57b1f547cf51de36cfaf4a873#diff-6e18105efa25babfd2f9f21515f9296d)), we should move JWT tokens out of the OpenID Connect folder since they may be used in an OAuth2 context as well.

Todo
Contributor Friendly
OAuth2-Provider
OIDC

### Q&A - OS: Ubuntu 22.04 - Browser: Firefox and Chromium - Version: 101.0.1 and 102.0.5005.115 - Method of installation: FastAPI - Swagger-UI version: 4.1.2 - Swagger/OpenAPI version: OpenAPI 3.0.2...

The Meinheld Gunicorn worker does not appear to call the `log.access()` method of the [Statsd logger](https://github.com/benoitc/gunicorn/blob/master/gunicorn/instrument/statsd.py) correctly when `--statsd-host` is enabled. This results in no request stats to be emitted.

This adds two exception types to enable users to detect rate limited calls which were previously swallowed and converted into a generic `InvalidArgumentError`, making it impossible to detect rate limiting...

**Is your feature request related to a problem? Please describe.** When using the SDK to create email action links, such as for password reset or email verifications, Firebase is strongly...

type: feature request
api: auth

**Describe the bug** FastApi-RESTful [appears to commit-after-yield](https://github.com/yuval9313/FastApi-RESTful/blob/19655d19c78d95de15e45b71c002e3324c87a099/fastapi_restful/session.py#L143) in a FastAPI dependency, which most likely creates risk of data loss since when a commit raises an exception a positive HTTP response...

bug

This PR changes the regex to support Python logs, which are prefixed with a `[LEVEL]` part by default. The log level is parsed into a new `logLevel` attribute.

resolves #900 ## Description & motivation This fixes `get_relations_by_prefix()` when the database name contains e.g. a hyphen on Postgres. ## Checklist - [ ] This code is associated with an...

bug
case_sensitivity
quoting

### Describe the bug `get_relations_by_prefix()` appears to be broken on Postgres when the database name contains e.g. a hyphen. ### Steps to reproduce Use the following in a database of...

bug

The OIDC dependency currently returns a 403 response if an `Authorization` header is missing. Using a 401 instead of 403 aligns with the HTTP standard when authentication is missing and...

bug
p3