Hey,
I recently started to make a Login Validation and I am using parse as a backend....i have a username and passwords which a new user will register through first time... on success it will navigate to the dashboard.... if there is error in the login process a error is displayed saying Invalid USername and Password.....i want to perform a function which will limit the errors to 5 times after which they wont be able to login for the next half an hour.
Can anyone give me a solution how this can be achieved?