You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Client Web Demo for Developer Credential Package
2
+
3
+
This page will show API key and OAuth 2.0 app CRUD demo with help of `arcgis-rest-developer-credentials` package. First
4
+
step requires a user to log in
5
+
via [Authenticate with an ArcGIS identity](https://developers.arcgis.com/arcgis-rest-js/authentication/tutorials/authenticate-with-an-arcgis-identity-rest-js-browser/).
6
+
Then you can use the form to create an API key or switch to the OAuth 2.0 form to create an OAuth 2.0 app.
7
+
Once you've created an API key or OAuth 2.0 app, you can click on the item in the table below the form to edit it.
8
+
9
+
## Running this demo
10
+
11
+
1. Run `npm run build` in the repository's root directory.
12
+
2. Go into `demos/dev-credentials-client` and run `npm start` to spin up the development server.
0 commit comments