Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/authenticating_with_a_script.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The approach works with any Solid server that supports the Client Credentials gr

## Prerequisites

- [Node.js](https://nodejs.org/) v18 or later (for built-in `fetch`)
- [Node.js](https://nodejs.org/) v20 or later (for built-in `fetch`)
- A Solid account with a Pod on a server that supports Client Credentials
- Basic familiarity with JavaScript

Expand Down
Loading