From 70f456f4f1b400f308bd38238baae047555b9278 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 21 Nov 2024 13:46:13 -0600 Subject: Add module handling common JWKs operations. --- gn_libs/oauth2/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 gn_libs/oauth2/__init__.py (limited to 'gn_libs/oauth2/__init__.py') diff --git a/gn_libs/oauth2/__init__.py b/gn_libs/oauth2/__init__.py new file mode 100644 index 0000000..cf5884f --- /dev/null +++ b/gn_libs/oauth2/__init__.py @@ -0,0 +1,3 @@ +"""OAuth2 related utilities.""" + +from . import jwks -- cgit v1.2.3