Jeff Sawatzky

Results 13 issues of Jeff Sawatzky

Applies the change I made in the 0.15 branch to 1.0 https://github.com/lepture/authlib/pull/333

@timburks with the changes in #344, when I run `make` on a clean copy of the repo I get some new files that aren't checked in, and the old files...

I would like to connect multiple devices at once and control them all. They would all follow the same navigation from the same map view. I would like to be...

enhancement

I upgraded ember-table, and now when I run ember build I get the following error: ``` Could not find the default SASS implementation. Run the default blueprint: ember g ember-cli-sass...

The prompt=login etc is a nice feature to have even for non OIDC requests. Is there a reason why you restrict it to OIDC requests only?

enhancement
help wanted

**Describe the bug** The [IntrospectionToken](https://github.com/lepture/authlib/blob/master/authlib/oauth2/rfc7662/models.py#L4) class doesn't seem to implement the [TokenMixin](https://github.com/lepture/authlib/blob/9ae4db94b10767452da55183d265a8a2acf4d441/authlib/oauth2/rfc6749/models.py#L174) in it's current form, and looks like it still implements the older 0.15 TokenMixin

role:authorization_server

I have a repo layout similar to the following: ``` apis/ service_a/ service_a/ - service.proto - buf.yaml service_b/ service_b/ - service.proto - buf.yaml service_common/ service_common/ - common.proto - buf.yaml -...

If I specify `[deprecated=true]` on a message field in the proto file I would like the openapi to reflect that with `deprecated: true` in the yaml.

This is an initial implementation of trailing header suppport for http2/http3. This fixes #147, in theory. Here's the thing though...I have no clue what I am doing. I would like...

I am interested in creating an asgi framework to support gRPC, but for that I need an as asgi server that supports trailing headers. They are defined in [asgi 3.0...