Not using Security Provider API step

Because Wappler is rapidly updated, I’m wondering if some of the steps in the docs are still required. Specifically, when validating login credentials, can we exclude the Security Provider step from the API because the Security Provider is now in Globals? It seems to work for me, but I want to make sure that I won’t run into anything bad later from doing this. Screenshots below for better clarity.

Globals: Screen Shot 2021-07-20 at 11.53.11 AM

API I’d like to do:

API in docs (has the extra Security Provider step that I think might no longer be necessary now that we have it in Globals):
Screen Shot 2021-07-20 at 11.54.29 AM

That’s correct. You no longer need to add all such steps which have moved to Globals.
That includes DB connection, mail, S3 etc along with security provider - which you might see in older docs.

2 Likes