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
- Host: GitHub
- URL: https://github.com/koltyakov/sp-auth-electron-sample
- Owner: koltyakov
- Created: 2018-02-17T16:24:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T21:40:00.000Z (over 8 years ago)
- Last Synced: 2025-03-25T17:22:59.346Z (about 1 year ago)
- Topics: electron, node-sp-auth, nodejs, sharepoint, typescript
- Language: TypeScript
- Size: 18.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).