freedomben 5 days ago

If you've built a local app that has to authenticate you against a remote web service even when offline, and all the actual work is being done locally, you have much bigger design issues than authn IMHO

rafaelmn 5 days ago

Access tokens are used for network calls so if the network is down nothing works anyway ?

  • dylan604 5 days ago

    You mean the power going out is related to why my computer will not respond and the screen went blank? That's strange

    • bravesoul2 4 days ago

      Sounds like you want local-first offline-first apps? Me too.