diff --git a/with-descope/App.js b/with-descope/App.js index dc055854..eff2a74a 100644 --- a/with-descope/App.js +++ b/with-descope/App.js @@ -10,7 +10,8 @@ WebBrowser.maybeCompleteAuthSession(); // Replace with your own Descope Project ID const descopeProjectId = ""; -const descopeUrl = `https://api.descope.com/${descopeProjectId}`; +// You can find this under Applications -> Your OIDC Application +const descopeUrl = ""; const redirectUri = AuthSession.makeRedirectUri(); export default function App() { diff --git a/with-descope/package.json b/with-descope/package.json index 37e82f9a..4d7906a0 100644 --- a/with-descope/package.json +++ b/with-descope/package.json @@ -1,6 +1,6 @@ { "scripts": { - "start": "expo start", + "start": "expo start --localhost", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web"