If there is a person logging in to Squidex, I want someone be not able to log in with same account. Such a situation is necessary for security. Do you want to add this as a feature to the product? If you don’t want to add it, can you help me on how I can provide it?
It can also be like this, when a new login with the same account is opened, it disables the others.
I am not planning this, but you can provide a PR of course. But I have no idea how to implement this right now. You have to have a look to the library and how to invalidate the other tokens of a user: https://github.com/openiddict/openiddict-core
What I meant: If you wanna implement it and you have concrete questions I can help. But if your company has such restrictions you should take care about it yourself. It has no priority for me.