We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
oauth2.0认证服务器, 相同客户端id相同账号进行登录, 登录两次, 会把第一次的替换掉, 支持同时保的留配置吗
The text was updated successfully, but these errors were encountered:
相关问题的这几个都有配置, 不同客户端相同账号是可以各自保留的. config.setIsConcurrent(true); config.setIsShare(false); config.setMaxLoginCount(-1);
Sorry, something went wrong.
请问你通过以上配置达到目的了吗?我测试了一下,貌似还是不行,一样会被替换掉呢。
这个框架目前还不支持, 配置无法实现
No branches or pull requests
oauth2.0认证服务器, 相同客户端id相同账号进行登录, 登录两次, 会把第一次的替换掉, 支持同时保的留配置吗
The text was updated successfully, but these errors were encountered: