How is it possible for visitors to log in to the website?

how is it possible for tourists like Ali to log in?

Jan.17,2022

to put it simply, in order to avoid abuse of the customer service interface, a sliding verification code is added to part of the robot on Filter, and then click on the tourist to log in and put a temporary authentication information in Redis or other authentication storage media.


website visitor login is actually a way of authentication. What is authentication? the computer itself cannot determine the identity of the user sitting in front of the monitor. In order to find out who is accessing the server, you have to let the client of the other side report himself.
in order to prove that it is itself, the client needs to provide some information, including passwords, dynamic tokens, IC cards, and so on. Tourist authentication is a weak authentication method, and the client only needs to prove that he is not a robot.
can be implemented using pac4j's Inderect client . Similar to form authentication, form authentication requires a user name and password, and visitors only need to provide a verification code.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3df37-2c3c7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3df37-2c3c7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?