DEV Community

Discussion on: Dancing with OAuth: a step by step guide

Collapse
 
matt123miller profile image
Matt Miller

I've recently been learning the OAuth journey for a few platforms and this helped solidify everything I've learned :)

Collapse
 
anabella profile image
anabella

Wow that's awesome! This was the result of me trying to figure out the OAuth flow in my company. If you want to implement something using OAuth and Node I can recommend the PassportJS tutorial by The Net Ninja, which was perfect for me as a starting point. Happy integrating!!! :D

Collapse
 
matt123miller profile image
Matt Miller

We're adding oauth sign in to our Laravel app and performing actions on behalf of those users. But I've used PassportJS and it's great!