https://github.com/jgravois/geoblacklight-arcgis
use OAuth 2.0 to help a user create an item from a WFS service and open it in ArcGIS Online
https://github.com/jgravois/geoblacklight-arcgis
Last synced: 4 months ago
JSON representation
use OAuth 2.0 to help a user create an item from a WFS service and open it in ArcGIS Online
- Host: GitHub
- URL: https://github.com/jgravois/geoblacklight-arcgis
- Owner: jgravois
- License: mit
- Created: 2019-02-07T23:36:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T20:15:55.000Z (over 6 years ago)
- Last Synced: 2025-01-14T11:04:38.024Z (5 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GeoBlacklight / ArcGIS REST JS demo
This demo app shows how to use OAuth 2.0 in a custom application to help an ArcGIS Online user login, create an item referencing a public WFS service, share it with everyone and open it in a new map.
See the ArcGIS Rest JS guide to [Authentication in Browser-based Apps](https://esri.github.io/arcgis-rest-js/guides/browser-authentication/) for more info.
## Running this demo
1. `npm install && npm start`reference:
* https://esri.github.io/arcgis-rest-js/guides/