Auth migrated to Effect

Hi, I just finished the migration of our auth system using Effect almost everywhere I can.
I extracted that part of the codebase to share and see where can I improve.
That the beginning, I wanted to use Effect RPC but could get it to work, so I ended up using raw Effect.gen

https://github.com/achaconm2001/auth-effect

This is my first time working with Effect on a production app, so any feedback or criticism is appreciated
GitHub
Contribute to achaconm2001/auth-effect development by creating an account on GitHub.
GitHub - achaconm2001/auth-effect
Was this page helpful?