Anurag Shivarathri
d11d613815
OAuth through OS browser, added google login & open id methods (#5075)
* Initialised SSO with linking
* Fixed lint errors
* Added translation and version check
* Added translation & detox file: WIP
* Added google logo and login button
* Added openid login option
* Added tests
* Added fallback support for google
* Added server check for openid
* Removed unwated memos
* Server support changed to 5.32
* Added try catch for Linking openurl
* Removed 'or'
* Changed test case version to 5.32
* Changed server version to 5.32
* Update assets/base/i18n/en.json
Co-authored-by: Katie Wiersgalla <39744472+wiersgallak@users.noreply.github.com>
* Update assets/base/i18n/en.json
Co-authored-by: Katie Wiersgalla <39744472+wiersgallak@users.noreply.github.com>
* Update assets/base/i18n/en.json
Co-authored-by: Katie Wiersgalla <39744472+wiersgallak@users.noreply.github.com>
* Update app/screens/sso/sso_with_redirect_url.tsx
Co-authored-by: Hossein <hahmadia@users.noreply.github.com>
* Update assets/base/i18n/en.json
Co-authored-by: Katie Wiersgalla <39744472+wiersgallak@users.noreply.github.com>
* Added new custom url scheme for auth
* Added custom url scheme based on app build type, custom user agent for only google & misc typo fixes
* Added check for Deviceinfo
* Reverted to openLink
* Using tryOpenURL instead of Linking.openURL
* Changed office365 url
* Handling cookie read error caused on localhost
* Fixed lint errors
* Updated version in tests
Co-authored-by: Anurag Shivarathri <anurag@13.local>
Co-authored-by: Katie Wiersgalla <39744472+wiersgallak@users.noreply.github.com>
Co-authored-by: Hossein <hahmadia@users.noreply.github.com>