Can we alter the tables of supertoken db , like ad...
# general
a
Can we alter the tables of supertoken db , like add few more columns into particular table ?
r
Hey. For self hosted, you can. But I would really, really recommend that you don’t, unless you really know what you are doing.
a
super token provides the role and permission recipe
but what i need is along with the roles and permisssion it should be subject wise , like user can view project , but user cannot create project, how should i implement this , as view is a permission , project is a subject
r
We don’t have that out of the box yet. But you can hack around with it by naming the roles correctly.
a
ok