Deserializing a user with passportjs (promise chaining vs async await?)
I'm following a tutorial on passport and am looking at a
deserializeUser
function:
But I was wondering if there's any issue with using async await
Can't see anything wrong with it imo, but famous last words 😁2 Replies