Hsiaoming Yang

Results 227 comments of Hsiaoming Yang
trafficstars

I'll merge and refactor the code later. I'm working on other stuff right now.

I'm not sure if this will get merged. I would like to make it a separate package since I have a plan to move Flask and Django integrations into separate...

I don't think I can provide this data for now. Because I'm thinking of refactoring all the tests in the future.

@freegroup Hi, you can create a plugin for Authlib. Here is an example that would help you `oauth2/rfc7523/auth.py`.

Hi @azmeuk I would like to put a delay on this ticket. I'm working on to make an Authlib 1.0 release. This can be something later, maybe 1.2 or 1.3.

I'd like to receive a PR for django example. We can structure code: ``` example-oidc-server flask django ```

@peppelinux do you mean https://op.certification.openid.net:60000/ ?

No, I can't find any unit tests in GitHub.

There is no `lastError` now. https://github.com/thomseddon/co-mongo/pull/5

@martincolladofab `id_token` is a JWT, you need to install another JWT library to parse `id_token`. I'm wondering what stops you from using Authlib, Authlib can handle OAuth 1.0, OAuth 2.0...