Security login

Hi,

Using NodeJS as the server model, added database connection and it works.

Like the tutorial stated i’ve created a “security provider” and thats all ok.
Next step in the tutorial ( https://docs.wappler.io/t/login-create-a-working-user-login-page/2855 ) - is a bit outdated i guess (old GUI). But where do i need to add the security login part?

I have tried to add it to the security provider section. See image:

But when i click on it - afterwards nothing happens. Is this a bug? Or where do i need to put it?

Basically everything in the old UI would have been in the api section

In the older UI you will notice every action that needs a database added a database connection to the api this has now been improved with globals (what you have setup your database and security in)

So next you would go under API section and create a new one any step saying add security provider or database you can skip as its defined once in globals now just make sure you select the database to use or security provider etc on the dropdowns where needed (things like queries for database).

Okay, i’ve added it to the API and indeed now i see it under security login :slight_smile:

But when i’m progressing to the next step ( https://docs.wappler.io/t/login-create-a-working-user-login-page/2855) - step 22/23 - it won’t show the browser which i’ve added earlier…

What am i doing wrong?