Authlib release version 1.7 and get support from the NLNet foundation

Authlib version 1.7

We recently released version 1.7 of Authlib, which includes:

  • migration to joserfc as the replacement for the authlib.jose module. joserfc is based on authlib.jose but is a more modern library. The API have slightly evolved, and it includes new things, like type hints for instance. Read the authlib joserfc migration instructions for more details.
  • support for OpenID Connect RP-Initiated Logout. This specification details how client applications can close user sessions at the Identity Provider. Combined with the coming OpenID Connect Back-Channel Logout (which does the opposite) it allows for centralized log-out among an entire application ecosystem.
  • and of course, tons of bugfixes and polishing.

NLNet

In december 2025 we were accepted in the NLNet NGI0 grant. We want to thank warmfuly the NLNet Foundation for supporting us maintaining and developing Authlib. The joserfc migration as well as the OIDC RPinitiated implementation were the two first tasks we commited to achieve.

alt text

The next steps that we will tackle as part of this grant are:

Stay tuned!