An open API service indexing awesome lists of open source software.

https://github.com/koltyakov/sp-auth-electron-sample

Electron & node-sp-auth example
https://github.com/koltyakov/sp-auth-electron-sample

electron node-sp-auth nodejs sharepoint typescript

Last synced: 10 months ago
JSON representation

Electron & node-sp-auth example

Awesome Lists containing this project

README

          

# Electron & node-sp-auth example

## Dependencies

```bash
yarn install
```

## Auth

```bash
npm run auth
```

Provide auth options for SPO site.

Auth options are stored in `./config/private.json`

See more [here](https://github.com/koltyakov/node-sp-auth-config).

## Run

```bash
npm run start
```

Should start the Electron app with a browser window authenticated to SharePoint with [node-sp-auth](https://github.com/s-KaiNet/node-sp-auth).