Skip to content

Commit ea7be96

Browse files
feat: new docs.
1 parent b8b4c63 commit ea7be96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ The documentation for python-keycloak is available on [readthedocs](http://pytho
2222

2323
## Example of Using Keycloak OpenID
2424

25+
26+
2527
```python
2628
from keycloak import KeycloakOpenID
2729

@@ -106,3 +108,5 @@ new_user = keycloak_admin.create_user({"email": "example@example.com",
106108
"lastName": "Example",
107109
"credentials": [{"value": "secret","type": "password",}]})
108110
```
111+
112+
For more details, see the documentation available on [readthedocs](http://python-keycloak.readthedocs.io).

0 commit comments

Comments
 (0)