Best way to create an Admin section in Grails

后端 未结 3 1414
庸人自扰
庸人自扰 2021-01-02 09:14

Hy,

I\'m wondering what\'s the best way to create an Admin (backend) section in a Grails app ?

I want to create an \"Admin\" folder in the \"controllers\" f

3条回答
  •  执念已碎
    2021-01-02 09:35

    You could create your admin controllers like any other controller and use a filter to make sure only logged in users with admin privilages can access them.

提交回复
热议问题