From 21f92ee002e385434901dfbf16a17e4145a2d361 Mon Sep 17 00:00:00 2001 From: Marcos Pereira Jr Date: Thu, 15 Feb 2024 22:09:18 -0300 Subject: [PATCH] feat: new docs. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1bbfe99..e0e7f50 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ The documentation for python-keycloak is available on [readthedocs](http://pytho ## Example of Using Keycloak OpenID + + ```python from keycloak import KeycloakOpenID @@ -106,3 +108,5 @@ new_user = keycloak_admin.create_user({"email": "example@example.com", "lastName": "Example", "credentials": [{"value": "secret","type": "password",}]}) ``` + +For more details, see the documentation available on [readthedocs](http://python-keycloak.readthedocs.io).