Skip to content

Commit a7df5e8

Browse files
authored
add node18 as required, remove digest from calendar auth (#185)
1 parent 3603148 commit a7df5e8

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

getting-started/requirements.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ Raspberry Pi OS versions based on Debian "Stretch" are also no longer supported.
3030

3131
## Node
3232

33-
Although older version of Node might work, we suggest you use Node 18.
33+
Node 18 is required, all older versions have reached end of life and will not
34+
work.

modules/calendar.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ config: {
120120

121121
#### Calendar authentication options:
122122

123-
| Option | Description |
124-
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
125-
| `user` | The username for HTTP authentication. |
126-
| `pass` | The password for HTTP authentication. (If you use Bearer authentication, this should be your BearerToken.) |
127-
| `method` | Which authentication method should be used. HTTP Basic, Digest and Bearer authentication methods are supported. Basic authentication is used by default if this option is omitted.**Possible values:** `digest`, `basic`, `bearer` **Default value:** `basic` |
123+
| Option | Description |
124+
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
125+
| `user` | The username for HTTP authentication. |
126+
| `pass` | The password for HTTP authentication. (If you use Bearer authentication, this should be your BearerToken.) |
127+
| `method` | Which authentication method should be used. HTTP Basic and Bearer authentication methods are supported. Basic authentication is used by default if this option is omitted.**Possible values:** `basic`, `bearer` **Default value:** `basic` |
128128

129129
## Syncing your Microsoft, Google and Apple calendars
130130

0 commit comments

Comments
 (0)