Skip to content
Xavi Subirà edited this page Oct 15, 2024 · 1 revision

Concepts

Pages

Pages folder, html, SSR logic, bla bla bla

Private routes

Pages / private folder, same as Pages but their route is configured in routes.json

Users

Initially seeded, them can be created via sign-up use case

Sessions

Whenever an existing user has signed in. Them last 400 days as stated in...

Tokens

Produced by F2B when working with SessionId Cookie

Operational Modes

Ephimeral

This mode involves using a "NONE" kind of SESSION_STORAGE, which will EphimerSessionProvider

Activity

Middlewares

Behaviours

Actions

Services

Place a diagram of activity showing an approach of how user performs Use cases

Clone this wiki locally