This repository was archived by the owner on Jan 11, 2023. It is now read-only.
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
'Exporting' misleading docs? #1022
Open
Description
Describe the bug
On the page https://github.com/sveltejs/sapper/blob/master/site/content/docs/10-exporting.md the docs state:
The basic rule is this: for an app to be exportable, any two users hitting the same page of your app must get the same content from the server. In other words, any app that involves user sessions or authentication is not a candidate for sapper export.
Is this true? Perhaps this requires some clarification, because I've seen applications where the front-end is statically served but there is still authentication using Auth0 or methods like this
Logs
N/A
To Reproduce
N/A
Expected behavior
Clarification in docs