Login Page with NodeJS

In a NodeJS project I configured a Security Provider in Global with a static list of users and permissions
Then in the API I created a “login” action, a “logout” action and a “user” action

Then for a page to protect, I set “Server Side Data”

Schermata 2021-10-27 alle 21.52.40

The login page was created with the following settings

It all seems correct to me, but obviously I made a mistake because it doesn’t work

Community Page
Last updated: