-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gocron支持自动登录吗 #386
Comments
这种可以直接js实现吧,读取页面的参数,输入到dom元素中,然后自动登录 |
不是gocron页面内的自动登录,是 通过链接给gocron传参数,实现gocron自动登录,避免系统嵌入,出现二次登录 |
这种情况下,自己实现一个携带token跳转登录验证的接口比较合适吧,接口里面用页面带过来的token去校验登录token是否有效。可以避免和gocron自带的登录混合在一起。 |
你好,
邮件已送到
|
gocron有什么配置支持 自动登录
目前需要实现 系统x,集成gocron页面
系统x单击菜单,给gocron传入用户名和密码,跳转gocron,无需二次登录
The text was updated successfully, but these errors were encountered: