Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
brfcs Posted September 5, 2021 Posted September 5, 2021 I've got my own app (a Nuxtjs based magazine site) on the same domain as IPS & I'm trying to check from Nuxt if the user is logged in to IPS & get their ID so I can use it to make sure they only submit a form (a vote) once. The cookie that holds the ID is HttpOnly so I can't get it from Javascript, the cookie will be passed to the Nuxt app because it's on the same domain, just in different folders. Is there another call I can make on the API that returns any info about the logged in user? I don't really want to have to add oath because then they'd have to log in to the same app twice which would be a pain. Any ideas?
Recommended Posts