Skip to content

Commit 8366fd0

Browse files
committed
docs: readme
1 parent 273f962 commit 8366fd0

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
![logo](images/authentication-helper2.png)
44

5-
## Simplify MindSphere Authentication During Development
5+
This chrome extension can be used to simplify the development tasks for which you need to use the [SESSION and XSRF-TOKEN](https://developer.mindsphere.io/howto/howto-local-development.html#generate-user-credentials) to access MindSphere APIs. It provides an easy way to copy the MindSphere authentication cookies to the clipboard without having to go to chrome developer tools.
66

77
![screenshot](images/screenshot.extension.png)
8+
9+
## MindSphere CLI
10+
11+
The extension works also really well with the MindSphere CLI in the [Session Cookie - XSRF-Token Configuration](https://opensource.mindsphere.io/docs/mindconnect-nodejs/cli/setting-up-the-cli.html#tab1anchor3)
12+
13+
Use the extension to copy the cookies to the clipboard, paste them to the command line (there is bash, Windows CMD and Windows Powershell support) and start using the [MindSphere CLI](https://opensource.mindsphere.io/docs/mindconnect-nodejs/cli/index.html) right away.
14+
15+
![cli](images/cookieresult.png)
16+
17+
## MindSphere Development Proxy
18+
19+
You can also use the exentsion to simplify the start of [MindSphere Development Proxy](https://opensource.mindsphere.io/docs/mindconnect-nodejs/cli/development-proxy.html) in a similar fashion. Just copy/paste the cookies to the command line and [start the development proxy](https://opensource.mindsphere.io/docs/mindconnect-nodejs/cli/development-proxy.html#tab1anchor1).
20+
21+
![cli](images/proxy-cookie.png)

images/cookieresult.png

68.8 KB
Loading

images/proxy-cookie.png

305 KB
Loading

images/screenshot.extension.png

841 Bytes
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mindsphere-auth-helper",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "MindSphere Authorization Helper (chrome extension)",
55
"main": "index.html",
66
"scripts": {

0 commit comments

Comments
 (0)