Q: Is that have Role & Claim base authorization inbuilt?
for example a role x can only see the user list but cannot edit/delete. in that case role can have multiple different claims.
2. I want to use Mysql as a back-end is that possible with this boilerplate?
support0500Q
May 15, 2024A: Hi t.gulab,
Next Starter AI comes with Supabase integrated out of the box; the codebase is highly flexible and the database can be replaced with MySQL but it will require you to build from scratch.
Secondly, when it comes to role-based-permissions, that is not built-in in the boilerplate; but it is pretty easy with Supabase setup that comes with the boilerplate if you need to build it on your own.
Hi t.gulab,
Next Starter AI comes with Supabase integrated out of the box; the codebase is highly flexible and the database can be replaced with MySQL but it will require you to build from scratch.
Secondly, when it comes to role-based-permissions, that is not built-in in the boilerplate; but it is pretty easy with Supabase setup that comes with the boilerplate if you need to build it on your own.