Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-zucker committed Jan 8, 2019
1 parent 834afdd commit adbc868
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# solid-auth-cli
a node/command-line Solid client with persistent login
**a node/command-line Solid client with persistent login**

This library provides the same API and abilities as solid-auth-client
but works in a browserless nodejs context.

# login()
# login( path-to-credentials-json-file )
# login({ idp:"https://idp.example.com", username:"you", password:"hmm" })
## login()
## login( path-to-credentials-json-file )
## login({ idp:"https://idp.example.com", username:"you", password:"hmm" })

The login method needs an Identity Provider, username, and password. Those may be passed in as an object or read from a specified JSON file. If called with no arguments, login() will look for a credentials file in ~/.solid-credentials.json.

Expand Down

0 comments on commit adbc868

Please sign in to comment.