Skip to content

Commit 25239c3

Browse files
committed
remove api key requirement
1 parent 212d77d commit 25239c3

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

Diff for: _posts/development-guide/2019-09-05-how-to-use-exokit-web.md

-17
Original file line numberDiff line numberDiff line change
@@ -139,20 +139,3 @@ The service worker loaded by the browser points to use Exokit Web's `sw.js`.
139139
```js
140140
importScripts('https://web.exokit.org/sw.js');
141141
```
142-
143-
# Cross-origin setup
144-
145-
To access web origins Exokit Web can use a proxy. This requires setting an API key.
146-
147-
*note: you do not need an API key to [access the proxy on localhost via dev.exokit.org](https://github.com/exokitxr/exokit-web/blob/master/index.js#L11-L17).*
148-
## 1. Get an API key
149-
150-
API keys are used to whitelist your domain on the proxy, and are free. Get one in our [Discord](https://discord.gg/zgYEJgS).
151-
152-
## 2. Add API key
153-
154-
Add your API key to your Exokit Web import:
155-
156-
```html
157-
<script type=module src="https://web.exokit.org/ew.js?key=YOUR_API_KEY_HERE"></script>
158-
```

0 commit comments

Comments
 (0)