diff --git a/docs/api.md b/docs/api.md index b73b4cf..2768270 100644 --- a/docs/api.md +++ b/docs/api.md @@ -8,9 +8,11 @@ Creates the initial connection to Themis. ```python from temmies.themis import Themis -themis = Themis("s-number", "password") +themis = Themis("s-number") ``` +On the first run, you will be prompted for your password. Then, on the next run(s), you will be able to log in automatically, as the password is stored in the system keyring. If you want to delete it [click here](https://www.google.com/search?hl=en&q=delete%20a%20password%20from%20keyring). + ### Methods #### `login()` Logs in to Themis. Runs automatically when the class is initialized. diff --git a/docs/changelog.md b/docs/changelog.md index 0c44357..216b1f3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -11,4 +11,4 @@ #### **Codebase** - Prepended `get_` to all methods in `Submission` - Created base `Group` from which `Course` and `ExerciseGroup` inherit. -- \ No newline at end of file +- Using system keyring to store passwords (Issue #11) \ No newline at end of file