I want to build a web system in laravel which will verify code from user input it may be input from user's phone's SMS, but if the code is correct, the code will be verified. If the same code is requested again and again, then notify already verified this code.
Anyone any idea?
Note: Session / OTP Idea not applicable here, Cause code can be input with a time span of a year or more from same user's same phone's number.
I've searched and found some following links:
but can someone help me out with my idea and how to implement it in Laravel?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community