1
0
Çatalla 0
Bu depo 2022-08-25 tarihinde arşivlendi. Dosyaları görüntüleyebilir ve klonlayabilirsiniz ama işleme gönderemez veya konu veya değişiklik isteği açamazsınız.
office365-oauth2-authenticator/README.md

714 B
Ham Kalıcı Bağlantı Suçlama Geçmiş

THIS PROJECT IS NOT MAINTAINED ANYMORE

A new project is born: office365-oauth2-authenticator-2


Office365 OAuth2 authenticator

This project retrieves cookies used to authenticate an user on Sharepoint Online.

Requirements

Tested with NodeJS 6.x, 8.x and 10.x.

Installation

$ git clone https://gitnet.fr/deblan/office365-oauth2-authenticator.git
$ cd office365-oauth2-authenticator
$ npm install

Configuration

$ cp login_example login
$ chmod +x login

Edit login and replace values of:

  • MS_OFFICE365_SITE
  • MS_OFFICE365_LOGIN
  • MS_OFFICE365_PASSWORD

Then run ./login.