User Sessions and Auth

How do people normally handle user sessions and auth? Use a third party auth provider and store sessions in JWT's? Would it be awful to implement my own password auth and store sessions in a cookie encrypted GUID and D1? FYI I'm using Node.
1 Reply
merpnderp
merpnderp5mo ago
Seems like everyone just goes with firebase auth, which is implies it isn't a bad idea for myself. Guess I'll do that also. That's good to know, thank you. Now I just need to find a good way of merging AAC's on cloudbase and I might have a solution for most of my technical issues. No FFMPEG on workers though. No but I’ll have to check them out. Thanks.