I've been reading the docs for a bit, but I can't find the answer I'm looking for anywhere.
I want the users to be able to log in via OAuth (Google) normally. Since I don't have any control on that side, what would be the best way to manage permission levels for users? Am I better off with simple username/password auth?
If yes, I can't really find anything for it. I'm guessing https://sidebase.io/nuxt-auth/ is not really meant for that, and I'd have to just call my DB using axios and handle it manually?