about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-06-13 22:12:43 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-06-13 22:12:43 -0500
commit09b78a46343088a2790dab067bd4fd8384957311 (patch)
treefec23c27b81ff7b0657fb4f4deff66880254476d /README.md
parent926a2d475664fe8b7d4848396d20406a0f68a967 (diff)
downloadvoidsky-09b78a46343088a2790dab067bd4fd8384957311.tar.zst
Add custom protocol deep links
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1ac5ff41d..d7e93620c 100644
--- a/README.md
+++ b/README.md
@@ -28,3 +28,10 @@ Uses:
   - Create mock api
 - Tests
   - Should just try to catch errors on basic load
+
+## Various notes
+
+- ["SSO" flows on mobile](https://developer.okta.com/blog/2022/01/13/mobile-sso)
+  - Suggests we might want to use `ASWebAuthenticationSession` on iOS
+  - [react-native-inappbrowser-reborn](https://www.npmjs.com/package/react-native-inappbrowser-reborn) with `openAuth: true` might be worth exploring
+  - We might even [get rejected by the app store](https://community.auth0.com/t/react-native-ios-app-rejected-on-appstore-for-using-react-native-auth0/36793) if we don't
\ No newline at end of file