Hsiaoming Yang

Results 207 comments of Hsiaoming Yang

As said on readme: > If your company is creating a closed source OAuth provider, it is strongly suggested that your company purchasing a commercial license. No confusion from readme.

Request and httpx are sharing the same `fetch_request_token` method in `authlib.oauth1.client`.

It is working well with GitHub actions. I'll need to split test_jwe.py to several files.

@agentydragon this is a draft spec and current draft is already expired. > This Internet-Draft will expire on 5 September 2020. I would like to wait for a while to...

I'm currently working on Mistune v3. I'll take my open source time into this feature after the release of Mistune v3.

`end_session_endpoint` is defined by OpenID Connect Session Management 1.0, but this spec is still in draft status. I'm not going to add it until it is published.

Got it, it is raised by `resp.raise_for_status()`. Thanks for the report.

@dragonpaw can you help me to update the documentation?

Can you create a runnable example? I'm not familiar with airflow.

Hi, I've seen such an issue somewhere, it was caused by session not set properly. Can you check your session based on secure cookie? Just check if the server can...