react-native-authsignal 0.2.4 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/android/build.gradle +2 -2
- package/package.json +1 -1
- package/react-native-authsignal.podspec +1 -1
package/README.md
CHANGED
|
@@ -33,11 +33,11 @@ You can find your `tenantId` in the [Authsignal Portal](https://portal.authsigna
|
|
|
33
33
|
|
|
34
34
|
You must specify the correct `baseUrl` for your tenant's region.
|
|
35
35
|
|
|
36
|
-
| Region | Base URL
|
|
37
|
-
| ----------- |
|
|
38
|
-
| US (Oregon) | https://
|
|
39
|
-
| AU (Sydney) | https://au
|
|
40
|
-
| EU (Dublin) | https://eu
|
|
36
|
+
| Region | Base URL |
|
|
37
|
+
| ----------- | -------------------------------- |
|
|
38
|
+
| US (Oregon) | https://api.authsignal.com/v1 |
|
|
39
|
+
| AU (Sydney) | https://au.api.authsignal.com/v1 |
|
|
40
|
+
| EU (Dublin) | https://eu.api.authsignal.com/v1 |
|
|
41
41
|
|
|
42
42
|
## Usage
|
|
43
43
|
|
package/android/build.gradle
CHANGED
|
@@ -129,8 +129,8 @@ dependencies {
|
|
|
129
129
|
|
|
130
130
|
implementation "androidx.browser:browser:1.2.0"
|
|
131
131
|
|
|
132
|
-
implementation("com.authsignal:authsignal-push-android:0.
|
|
133
|
-
implementation("com.authsignal:authsignal-passkey-android:0.0
|
|
132
|
+
implementation("com.authsignal:authsignal-push-android:0.2.0")
|
|
133
|
+
implementation("com.authsignal:authsignal-passkey-android:0.1.0")
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
if (isNewArchitectureEnabled()) {
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
|
|
|
17
17
|
s.source_files = "ios/**/*.{h,m,mm,swift}"
|
|
18
18
|
|
|
19
19
|
s.dependency "React-Core"
|
|
20
|
-
s.dependency 'Authsignal', '0.
|
|
20
|
+
s.dependency 'Authsignal', '0.2.0'
|
|
21
21
|
|
|
22
22
|
# Don't install the dependencies when we run `pod install` in the old architecture.
|
|
23
23
|
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
|