diff options
author | Frederick Muriuki Muriithi | 2024-11-21 13:46:13 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-21 13:46:13 -0600 |
commit | 70f456f4f1b400f308bd38238baae047555b9278 (patch) | |
tree | f1309cf6623f66390c2c750c717bf92a64ce91f9 /gn_libs/oauth2/__init__.py | |
parent | 4e60c31520a14b843767cb1ad692441ca5614f8b (diff) | |
download | gn-libs-70f456f4f1b400f308bd38238baae047555b9278.tar.gz |
Add module handling common JWKs operations.
Diffstat (limited to 'gn_libs/oauth2/__init__.py')
-rw-r--r-- | gn_libs/oauth2/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |