Does Blockstack authentication only work for Single Page Applications (SPA) or can it also be used for a Server-Side Rendered (SSR) app?
The DApp Developer FAQ mentions just the following:
Blockstack apps are built like single-page web apps — they are, in fact, a type of web application.
But it doesn’t explicitly state that it can only be used for SPA’s. I’m working on a web app that’s not really suitable as SPA, and I can’t find a clear answer in the docs.
Can anyone confirm? Thanks in advance!