Using Passport with NuxtJs
[issue link]From the documentation of Passport JS, I see that it is possible to use it with a Connect based app. However, I have been having issues getting it to work with Nuxt JS.
Most apps rely on social logins for their authentication, so having an example or a guide that points to how it can be done would be appreciated.