Hello All,
Hope your having a good day!
I have a few questions regarding account security on squidex which I am using on docker :
- Can we enforce security policies when creating a user?
- Can I have a 2FA?
- Can I manage plugins for my application?
Hello All,
Hope your having a good day!
I have a few questions regarding account security on squidex which I am using on docker :
Hi,
When you invite a user to an app you can assign roles and roles have permissions. There is basically a permission for every possible action.
Yes and no. If you configure with an external authentication provider like Azure. Then you can enforce it.
Not like in wordpress because you want to have a docker container anyway. Therefore you have to clone the project and add the plugins via code. There are examples directly in the repository.