React Native EU 2019: Kadi Kraman - Security And Authentication In React Native

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ม.ค. 2025

ความคิดเห็น • 4

  • @pavanshirguppi5261
    @pavanshirguppi5261 4 ปีที่แล้ว

    Good job on the work you shared through this video. I liked it.

  • @masterj1081
    @masterj1081 2 ปีที่แล้ว

    Great topics

  • @StrykerMareXV
    @StrykerMareXV 4 ปีที่แล้ว

    Great talk. Only issue with the authorization flow presented is that I believe it might actually turn some users off as redirects might look suspicious.

    • @chrheca
      @chrheca 4 ปีที่แล้ว +1

      well it's pretty much standard all around and I've never seen anyone complain about the redirect. Basically everytime you press the log with Facebook or Google buttons on any app, you get redirected. the thing is that Android has Linking API that enables the operational system to read which links are being opened and instead open related apps to them.
      Example: Try to redirect to a TH-cam URL and Android knows that it can open it with the TH-cam app instead. The same for Facebook, Google, Google maps, etc.
      This is a configuration you add to your app. You specify which types of URLs can be opened on the app instead of the web browser.
      This is basically what happens when you click Log using Facebook. You get redirected to Facebook's authentication URL but if you have the Facebook app installed, then Android redirects you to the app instead