Open aileftech opened 1 year ago
I'd like to see role based permissions using spring security.
Hi! This is "partially" supported as explained in the docs. You have to adapt your security configuration manually to protect the routes the way you wish. Were you referring to some deeper integration or something different?
Oh, nice! Great project, thanks!
I really like the project, looks really great to provide a very nice GUI to manage my data. One thing I am missing so far ist the support for embedded data.
For example I would like to define localizable properties in my entity using @Embeddables and @ElementCollection.
Another thing would be the options to really use UUID fields like for example: @Id @GeneratedValue protected UUID uid;
Using this in my Entity is throwing an error in SnapAdmin, when I try to delete an entity, that it provides a String, not an UUID.
Could this being added in the future as well?
If you think something is missing from SnapAdmin, please leave a comment with a short explanation of what you would like to see.
If somebody already commented with something similar, you can leave a reaction so I can gauge the interest in every feature.