Éloi Rivard

Results 137 issues of Éloi Rivard

I took the color related CSS and made variables from them. The dark versions of those variables come from what DarkReader would have suggested. The menu background image is disabled...

It would be nice to have a dark variant of this theme. At the moment browser plugins like [DarkReader](https://addons.mozilla.org/firefox/addon/darkreader/) cannot achieve to render the whole theme correctly. ![Screenshot 2022-06-25 at...

It would be amazing to see local variables in each frame of the traceback. It really helps debugging!

enhancement

Currently we can use `OAUTH2_ACCESS_TOKEN_GENERATOR` to customize access token generation, so this is not too hard to generate JWTs by re-using mechanisms in [generate_id_token](https://github.com/lepture/authlib/blob/169c7dcfc47478c8d55553cc95fb0f5578162b77/authlib/oidc/core/grants/util.py#L60). However the recent [RFC9068](https://datatracker.ietf.org/doc/html/rfc9068) standardize the...

feature request

The [OpenID Connect discovery](https://openid.net/specs/openid-connect-discovery-1_0.html#IssuerDiscovery) specification second paragraph is about issue domain discovery based on the [RFC7033](https://datatracker.ietf.org/doc/html/rfc7033) webfinger. Would it be relevant for authlib to provide helpers to implement this endpoint?...

I suggest implementing the [OpenID Connect session management draft](https://openid.net/specs/openid-connect-session-1_0.html) in authlib, even if it is still a draft. There has been 30 iterations, so it feels quite stable now. Authlib...

feature request
in future

I am not sure if this ticket belongs in github or stackoverflow. With version `0.14.3` [authlib can load and check](https://docs.authlib.org/en/stable/specs/rfc8414.html) a hand-written oauth-server-metadata file (defined in [RFC8414](https://tools.ietf.org/html/rfc8414)) and let authlib...

server
in future

Alongside with its own namespace, Youtube uses the [Media-RSS specification](http://www.rssboard.org/media-rss) to provide metadata about the videos, like the thumbnail, the description, the number of views etc. [Peertube](https://joinpeertube.org/) also use Media-RSS...

backend
low

Hello, I noticed some issues with the media-rss implementation. Before trying to fix them, I would like to discuss it here. # is ignored According to the [Media-RSS specification](http://www.rssboard.org/media-rss), the...

namespace

Hi. First of all, thank you for your work. It would be awesome for deepmerge to be able to solve three way merge cases, as the one described in [this...