mshumayl / ai-daleel

AI Daleel source code.

Home Page:https://ai-daleel.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication and authorization

mshumayl opened this issue · comments

  • Protect the /main route.
  • All calls to model endpoint need to be done via protectedProcedure.
  • New database field to check if user have access to app - handy for kicking off bad actors.
  • Implement local rate limiting.