README
Role Based Access Control for JS
This is a monorepo for flexible RBAC library which can be utilized in the browser and backend environments.
Changelog
1.0.0-beta.9
- Fix postgres adapter.
- Update knex.
1.0.0-beta.8
- Add postgres adapter.
RBAC postgres adapter.
<script type="module">
import brainstaffRbacPostgres from 'https://cdn.skypack.dev/@brainstaff/rbac-postgres';
</script>
This is a monorepo for flexible RBAC library which can be utilized in the browser and backend environments.