Skip to content

Commit 5fc39fe

Browse files
authored
chore: update example app to new identity server (FormidableLabs#780)
* Update example project deps * Update identity server url in example app
1 parent 5ddbf1b commit 5fc39fe

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

Example/App.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ import {
1818

1919
const configs = {
2020
identityserver: {
21-
issuer: 'https://demo.identityserver.io',
21+
issuer: 'https://demo.duendesoftware.com',
2222
clientId: 'interactive.public',
2323
redirectUrl: 'io.identityserver.demo:/oauthredirect',
2424
additionalParameters: {},
2525
scopes: ['openid', 'profile', 'email', 'offline_access'],
2626

2727
// serviceConfiguration: {
28-
// authorizationEndpoint: 'https://demo.identityserver.io/connect/authorize',
29-
// tokenEndpoint: 'https://demo.identityserver.io/connect/token',
30-
// revocationEndpoint: 'https://demo.identityserver.io/connect/revoke'
28+
// authorizationEndpoint: 'https://demo.duendesoftware.com/connect/authorize',
29+
// tokenEndpoint: 'https://demo.duendesoftware.com/connect/token',
30+
// revocationEndpoint: 'https://demo.duendesoftware.com/connect/revoke'
3131
// }
3232
},
3333
auth0: {

Example/ios/Podfile.lock

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
PODS:
2-
- AppAuth (1.4.0):
3-
- AppAuth/Core (= 1.4.0)
4-
- AppAuth/ExternalUserAgent (= 1.4.0)
5-
- AppAuth/Core (1.4.0)
6-
- AppAuth/ExternalUserAgent (1.4.0)
2+
- AppAuth (1.6.0):
3+
- AppAuth/Core (= 1.6.0)
4+
- AppAuth/ExternalUserAgent (= 1.6.0)
5+
- AppAuth/Core (1.6.0)
6+
- AppAuth/ExternalUserAgent (1.6.0):
7+
- AppAuth/Core
78
- boost-for-react-native (1.63.0)
89
- DoubleConversion (1.1.6)
910
- FBLazyVector (0.63.2)
@@ -190,9 +191,9 @@ PODS:
190191
- React-cxxreact (= 0.63.2)
191192
- React-jsi (= 0.63.2)
192193
- React-jsinspector (0.63.2)
193-
- react-native-app-auth (6.0.0):
194-
- AppAuth (= 1.4.0)
195-
- React
194+
- react-native-app-auth (6.4.3):
195+
- AppAuth (~> 1.4)
196+
- React-Core
196197
- React-RCTActionSheet (0.63.2):
197198
- React-Core/RCTActionSheetHeaders (= 0.63.2)
198199
- React-RCTAnimation (0.63.2):
@@ -273,7 +274,7 @@ DEPENDENCIES:
273274
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
274275
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
275276
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
276-
- react-native-app-auth (from `../node_modules/react-native-app-auth`)
277+
- react-native-app-auth (from `../..`)
277278
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
278279
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
279280
- React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
@@ -323,7 +324,7 @@ EXTERNAL SOURCES:
323324
React-jsinspector:
324325
:path: "../node_modules/react-native/ReactCommon/jsinspector"
325326
react-native-app-auth:
326-
:path: "../node_modules/react-native-app-auth"
327+
:path: "../.."
327328
React-RCTActionSheet:
328329
:path: "../node_modules/react-native/Libraries/ActionSheetIOS"
329330
React-RCTAnimation:
@@ -348,7 +349,7 @@ EXTERNAL SOURCES:
348349
:path: "../node_modules/react-native/ReactCommon/yoga"
349350

350351
SPEC CHECKSUMS:
351-
AppAuth: 31bcec809a638d7bd2f86ea8a52bd45f6e81e7c7
352+
AppAuth: 8fca6b5563a5baef2c04bee27538025e4ceb2add
352353
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
353354
DoubleConversion: cde416483dac037923206447da6e1454df403714
354355
FBLazyVector: 3ef4a7f62e7db01092f9d517d2ebc0d0677c4a37
@@ -365,7 +366,7 @@ SPEC CHECKSUMS:
365366
React-jsi: 54245e1d5f4b690dec614a73a3795964eeef13a8
366367
React-jsiexecutor: 8ca588cc921e70590820ce72b8789b02c67cce38
367368
React-jsinspector: b14e62ebe7a66e9231e9581279909f2fc3db6606
368-
react-native-app-auth: 6ca234b90aa54adb133ad70261b0324fdc668151
369+
react-native-app-auth: e5b48009fda193a6a6808ec8f3d2cf159d9cbba4
369370
React-RCTActionSheet: 910163b6b09685a35c4ebbc52b66d1bfbbe39fc5
370371
React-RCTAnimation: 9a883bbe1e9d2e158d4fb53765ed64c8dc2200c6
371372
React-RCTBlob: 39cf0ece1927996c4466510e25d2105f67010e13
@@ -380,4 +381,4 @@ SPEC CHECKSUMS:
380381

381382
PODFILE CHECKSUM: 949ad8df05a48859791386bfa525887dad48241b
382383

383-
COCOAPODS: 1.10.1
384+
COCOAPODS: 1.11.3

0 commit comments

Comments
 (0)