From a9a0d1bccd79b60929e923c49075ea30948a8a7d Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Mon, 29 Jun 2026 19:11:02 +0800 Subject: [PATCH] Apply suggestion from @vinta --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8cc827..d09b01b 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,7 @@ _Tools for managing, compressing and minifying website assets._ _Libraries for implementing authentication schemes._ - OAuth - - [authlib](https://github.com/authlib/authlib) - A comprehensive library for building OAuth 1.0, OAuth 2.0, and OpenID Connect clients and servers. + - [authlib](https://github.com/authlib/authlib) - A comprehensive library for building OAuth, OpenID Connect, and JWT/JWS/JWE/JWK/JWA. - [django-allauth](https://github.com/pennersr/django-allauth) - Authentication app for Django that "just works." - [django-oauth-toolkit](https://github.com/django-oauth/django-oauth-toolkit) - OAuth 2 goodies for Django. - [oauthlib](https://github.com/oauthlib/oauthlib) - A generic and thorough implementation of the OAuth request-signing logic.