Blockstack Auth only for SPA or also SSR apps?

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!

OI App Center is built with gatsby (ssr framework). But the auth still needs to be done on the client.

1 Like