this post was submitted on 05 Jul 2023
4 points (100.0% liked)
Technology
37702 readers
482 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
http://wefwef.app is a delightful PWA for lemmy. add it to your home screen from safari and it will look & feel exactly like a native app.
Dude this is amazing! We should have more web-first mobile interfaces!
Steve Jobs would love you! 😁
It feels really weird to go to one website and enter my credentials for another website. How secure is that? I guess whatever app I'm using could be storing credentials instead of using an API, but the fact I can see a URL and enter the wrong creds from my password manager feels off.
Regarding security, the unique thing about this is that PWAs are dynamically loaded and updated from the distribution site which is typically any arbitrary website. The question then is the website in question and the server it is on secure. Seems like this is the downside of PWAs, not distributed though a normal distribution channel which has some extra security and controls. Not sure an arbitrary website is that secure just in general. Do not know either way.
The rest is same as using any app that you did not write and audit. Do you trust the author and an app without a lot of history? Not saying anything bad about this PWA. In fact, it is developing a lot of good feedback so probably fine. Who can tell for sure about any app for that matter.
Just how I think about it.