Open
Description
I'm trying to understand if a user is authenticated after I login using the default Admin.js login procedure.
I'm not using the admin.js router but just a simple express.js router like:
app.use('/dashboard', [
authMiddleware,
dashboardRouting,
]);
But if I asking for Session inside the middleware is always undefined.
Where is a way to understand if I am authenticated in a generic middleware?
Metadata
Metadata
Assignees
Labels
No labels