Using safe_app_nodejs
to handle login for web apps which, can I avoid having to prompt the user to re-authorise the app each time they refresh the page?
I’m wondering if I can store the URI returned by SAFE authorise()
in browser storage, retrieve this on re-load of the page and pass it to auth.loginFromUri(savedUri)
?
Would that work, and if not is there a way to achieve this?