We’d like to extend our Wappler cms and it’s login system with the possibility for the user to also use a login-key (sent by SMS) instead of a password.
As Security Provider accepts only one password field, I’d like to request to extend this to be more flexible. Maybe by moving the password field to the user/permission part of the security provider? like this we could define multiple “password” fields.
How is the flow with the SMS authentication? A simple solution with the current security provider is to query the database for the user, check the SMS code is correct and the log him in with the username/password you retrieved from the database.