DEV Community

Discussion on: Using Netlify Identity in a Vue SPA without localStorage

Collapse
 
charlie17 profile image
charlie17 • Edited

How does netlifyIdentity.currentUser(); work if there is no auth token present to “send up” to it? I.e after refresh or close/reopen if there is nothing “saved” in local storage? Or does the vuex store persist?