Skip to content

Commit

Permalink
Migrate to session based auth (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort authored Oct 1, 2024
1 parent 4bcaebc commit d44263e
Show file tree
Hide file tree
Showing 11 changed files with 297 additions and 744 deletions.
3 changes: 1 addition & 2 deletions docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ client = KeystoneClient(url="http://localhost:8000") # (1)!
1. Specifying a network protocol is required when instantiating new instances (e.g., `http://` or `https://`).

The `login` and `logout` methods are used to handle user authentication.
Once authenticated, the client will automatically manage the resulting user credentials, including refreshing JWT
tokens.
Once authenticated, the client will automatically manage the resulting user credentials.

```python
client.login(username="username", password="password") # (1)!
Expand Down
166 changes: 0 additions & 166 deletions keystone_client/authentication.py

This file was deleted.

Loading

0 comments on commit d44263e

Please sign in to comment.