docs: start drafting a public entrypoint tutorial

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-03-21 18:23:39 +01:00
committed by Patrik Oldsberg
parent fc15c4adf5
commit 14c9f68f38
3 changed files with 119 additions and 12 deletions
-12
View File
@@ -170,18 +170,6 @@ export async function createRouter(
const enablePublicEntryPoint = await fs.pathExists(publicDistDir);
/*
TODO:
- Cookie refresh
- Backend endpoint, /.backstage/v1-cookie
- Frontend provider
- Remove issueUserCookie from HttpAuthService and move to auth-node
- Move RedirectToRoot to auth-react
- Document index-public-experimental & how to use
- Logout? How do we clear the cookie?
*/
if (enablePublicEntryPoint && auth && httpAuth) {
const publicRouter = Router();