Is there any good way to implement Steam-Auth in NEXTJS app?
We have next-auth - and it's great. But next-auth doesn't support steam as a provider because steam is stupid shit. So the best way to implement steam-auth it's by using steam-passport
An example NextJS application that configures Passport-based Steam authentication via Next Connect - GitHub - HilliamT/nextjs-steam-auth: An example NextJS application that configures Passport-base...