BARM
- 4 Devlogs
- 8 Total hours
Better Auth Plugin to manage resources
Better Auth Plugin to manage resources
Added docs to finish this project so anyone can use it
I have published this plugin to npm and currently it is very early to use but it works for smaller applications like if you want to make simple todo app or simple crud application this will work fine.
Finally it is working but there are alot of bugs and problems to fix like currently developer need to pass all the fields including id, created and updated at dates etc while creating resource instead i want to refine it more in terms of input schema
I am building a resource management plugin for better auth so we no longer need to create APIs manually instead just need to define what is needed
so far I have setup a testbench of todo app and plugin connected to it.