docs: start drafting a public entrypoint tutorial
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
fc15c4adf5
commit
14c9f68f38
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user