← Back to context Comment by kevin_thibedeau 2 days ago That's a great way to interfere with local work when the network goes down. 4 comments kevin_thibedeau Reply freedomben 2 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 2 days ago Access tokens are used for network calls so if the network is down nothing works anyway ? dylan604 2 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 2 days ago Sounds like you want local-first offline-first apps? Me too.
freedomben 2 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 2 days ago Access tokens are used for network calls so if the network is down nothing works anyway ? dylan604 2 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 2 days ago Sounds like you want local-first offline-first apps? Me too.
dylan604 2 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 2 days ago Sounds like you want local-first offline-first apps? Me too.
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
Access tokens are used for network calls so if the network is down nothing works anyway ?
You mean the power going out is related to why my computer will not respond and the screen went blank? That's strange
Sounds like you want local-first offline-first apps? Me too.