Now that we have a Registration form, we need our users to be able to log inLogin:
Here's what we need to do:
- We must install a
device_info_plus
package to get Device information. - We need a
login()
function on our Auth Provider. - We need to add a Login form.
Installing New Package
First, we will need a package to be installed...