Please enable JavaScript.
Coggle requires JavaScript to display documents.
PWA - Coggle Diagram
PWA
Local Storage
non-encrypted
app wide
user specific
DO NOT STORE USER CRDENTIALS on device
CookiesAuthentication tokens
Security
Requires Login Mechanism
How to handle expired cookie when offline?
Still allow submission, but only if last authentication was sucessful
oAuth
ajax based
Basic authentication
for submission only?
Hybrid Cookie/ajax
Must not be able to access pages unless authenticated/logged in
Must force to Login page if not already logged in
Allow original routing AFTER login
Roles>?
APIs
Existing
Additional
How to queue updates when offline
Hosting
Domino?
Azure Storage container?
Elsewhere?
NOTES
Remember app will be locally cached, so needs to internally perform login/authentication
Must work with new Azure SSO modal - might this be a dependancy wrt login / authentication
Images
Pick from device libuary
Take in real time
Service Worker
Need aut update mechanism