What are you using for authorization?
Hey, so I got started on the "full" T3 stack recently and I'm wondering what everyone here is using for authorization?
4 Replies
Howdy! Do you mean which providers do we use, or the library in general? (because it's next auth for the later)
im curious about this aswell, react native solution in particular
I'm talking about authorization, not authentication 😄
oh my bad lol
This is a particular code that I wrote for authorization in a project
I use this as an await call if I want a procedure to check if user is authorized, and pass the userId from the context at server side
haven't really tested this for RN, but definitely sounds like something I should test out on my stack