Setting up a login page

Hi..

In recent version of Wappler all the providers (S3, Security, DB configurations) get new configurations.

In example:
Before in each API action, you had to add the database connection. Now you just add dB connection in globals and will works for every api action.

Same for Security provider.

Before you had to add inside the api action.

So in the login page you had before:

DB connection
Security Provider
Login Component

Now in new Wappler release you simply set up the Db and the security provider in the Globals sections.

Then add new api file and inside the api file you need just to add the login component, because DB connection and security provider has already in Globals.

In login action check the security provider is selected

Sorry I m on my mobile not at computer cannot send you screenshots

Hope to clarify

Roberto

EDIT: check the link: