Open mvanbrab opened 2 years ago
Example (because bob was active, the prompt says bob while we request a token for ann):
$ sld auth show http://localhost:3000/bob/profile/card#me - auth token $ sld auth list http://localhost:3000/bob/profile/card#me - auth token $ sld auth create-token -v -b "http://localhost:3000/" -n anns-auth-token -e ann@test.edu -p annIsTheBest123 Do you want to create an authentication token for http://localhost:3000/bob/profile/card#me? [Y/n] Successfully created new token anns-auth-token $ sld auth list http://localhost:3000/bob/profile/card#me - auth token http://localhost:3000/ann/profile/card#me - auth token
(Note: sld is an alias for node bin/solid.js)
See also this comment on issue 38
Example (because bob was active, the prompt says bob while we request a token for ann):
(Note: sld is an alias for node bin/solid.js)