bailicangdu / node-elm

Backend system based on node.js + Mongodb. 基于 node.js + Mongodb 构建的后台系统
https://cangdu.org/elm/
GNU General Public License v2.0
12.33k stars 3.74k forks source link

登录验证码问题 #263

Open caizheyong opened 2 years ago

caizheyong commented 2 years ago

哥们问一个问题,验证的时候发送验证码,账号和密码,一直显示验证码无效啥问题啊?

caizheyong commented 2 years ago

image

Afhdh0126 commented 2 years ago

不知道,我也一直这样

longmore commented 2 years ago

张荣谋收到,谢谢!

Afhdh0126 commented 2 years ago

解决了吗,兄弟

Afhdh0126 commented 2 years ago

张荣谋收到,谢谢!

解决了吗

1173688472 commented 2 years ago

你提交的时候需要在cookie里面携带上验证码就OK了,本人也是研究了好久在发现,注意跨域问题哈,谷歌浏览器回导致跨域带不上cookie @Afhdh0126 @caizheyong

caizheyong commented 2 years ago

收到,太感谢了!


该邮件从移动设备发送

--------------原始邮件-------------- 发件人:"1173688472 @.>; 发送时间:2022年6月9日(星期四) 中午11:01 收件人:"bailicangdu/node-elm" @.>; 抄送:"蔡哲永 @.>;"Mention @.>; 主题:Re: [bailicangdu/node-elm] 登录验证码问题 (Issue #263)

你提交的时候需要在cookie里面携带上验证码就OK了,本人也是研究了好久在发现,注意跨域问题哈,谷歌浏览器回导致跨域带不上cookie @Afhdh0126 @caizheyong

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

caizheyong commented 2 years ago

没有,登录验证一直显示验证码不正确!


该邮件从移动设备发送

--------------原始邮件-------------- 发件人:"Afhdh0126 @.>; 发送时间:2022年5月13日(星期五) 下午4:13 收件人:"bailicangdu/node-elm" @.>; 抄送:"蔡哲永 @.>;"Author @.>; 主题:Re: [bailicangdu/node-elm] 登录验证码问题 (Issue #263)

解决了吗,兄弟

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

jpf904652237 commented 1 year ago

你提交的时候需要在cookie里面携带上验证码就OK了,本人也是研究了好久在发现,注意跨域问题哈,谷歌浏览器回导致跨域带不上cookie @Afhdh0126 @caizheyong

能详细说明一下如何设置 cookie 吗,是在代码里设置响应头还是修改浏览器的配置呢