DEV Community

Discussion on: I've made up my mind. I know how to choose my next tech stack ✨

Collapse
 
shaijut profile image
Shaiju T

Using this stack how do you authentication and authorization of users, like using Google, Github etc ? Do you do it in server side using Node ?

Collapse
 
idoshamun profile image
Ido Shamun

I'm using a cookies based solution with my own implementation.
It's pretty simple to implement. If you don't want to make this effort you can just use Firebase Auth.