Also are you guys/gals also add anymore federated services support in the future like pixelfed or frendica ?

  • @FelipeFelop
    link
    English
    14 months ago

    That’s not what I’m thinking about. Was hoping not to get too technical (I’ll try to keep thing simple) but there’s a general concern with PWAs that mean they can only support less secure authentication compared to a native app.

    For example, if a device is used offline then a PWA can’t authenticate , so anyone who picks up the device can see the users content. There’s a way around this using what’s called a “service worker” which uses device storage but this would need to be different for each device type and some devices won’t persist between sessions. Also, if a user is in an online session then closes the PWA app, goes offline and then back into the app then the service worker will generate an error.

    There are other Lemmy specific issues as well I don’t completely remember the detail but it relates to web clients not being able to set a custom cookie header to ensure compatibility (CORS limitation) There’s an explanation somewhere in the Voyager community but I couldn’t immediately scroll back enough to find it.

    • @Blaze@reddthat.com
      link
      fedilink
      English
      04 months ago

      For example, if a device is used offline then a PWA can’t authenticate , so anyone who picks up the device can see the users content.

      I’m a bit confused, isn’t that the same with any website?

      • @FelipeFelop
        link
        English
        13 months ago

        That’s not my point. If you read back up the chain of comments I’m saying there’s a real need for a native app (given that Lemmy apps won’t always be compatible with it)

        (And you’ve quoted a part of the post taken out of context 🙂)

        • jwr1
          link
          fedilink
          5
          edit-2
          3 months ago

          It’s possible we could add sublinks support to the Interstellar app when the time comes. It already supports microblogging for kbin/mbin and is built with multi-software compatibility in mind; it currently supports kbin, mbin, and lemmy and could easily add support for sublinks.