I'm implementing a multi-factor authentication application in Laravel. I store users signatures when the initially get registered to the system. Whenever they try to log in again, I'm asking to draw their signature again and need to verify their signature with the stored signature. Is there any way to do this process. Please anyone help me out.
Thanks in advance.