everythinginjs / strapi-plugin-update-static-content

An Strapi plugin for rebuilding and deploying your static website via Github Actions.
12 stars 6 forks source link

Replace old role handler with Strapi permissions #4

Closed Freyb closed 1 year ago

Freyb commented 1 year ago

Hey,

I think the current access control system is not flexible enough, so I replaced it with Strapi permissions.

There are separate permissions for triggering a build and to access the settings page.

Hope it helps.

Freyb commented 1 year ago

@everythinginjs Could you check it and merge it?

everythinginjs commented 1 year ago

@everythinginjs Could you check it and merge it?

@Freyb thanks for PR I have been so busy to check PRs I will review it and merge it, just give me a week (^-^)/.

everythinginjs commented 1 year ago

@Freyb Thanks for all hard work, I reviewed and learned a lot specially permission api of Strapi. Just one thing, I can not test it fully since I am on a community version of Strapi but all in all it seems to be working.