The front-end sends SMS verification code to log in and register. How to maintain the session? And should the SMS verification code be stored in the database or in the session? Or is there any other better solution?
唯you爱2020-05-26 14:20:49
This does not exist across domains, just use the SMS api interface callback, log in, usually session
小萝卜头2020-05-25 11:23:03
Because it involves cross-domain, the session will be invalid? What's the solution?