|
1 year ago | |
---|---|---|
src | 3 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
index.js | 1 year ago | |
login_example | 3 years ago | |
package.json | 3 years ago |
This project retrieves cookies used to authenticate an user on Sharepoint Online.
Tested with NodeJS 6.x, 8.x and 10.x.
$ git clone https://gitnet.fr/deblan/office365-oauth2-authenticator.git
$ cd office365-oauth2-authenticator
$ npm install
$ cp login_example login
$ chmod +x login
Edit login
and replace values of:
Then run ./login
.