Summary
Integrating Snap LoginKit for Web using serverless code to handle res/resp Snap LoginKit Web
Purpose of proposed feature
SnapChat is a popular platform with 223m daily active users. Snap's auth flow is hence an important feature for next-auth
I have a WIP provider for Snapchat. Will try to add it tomorrow 馃憤 I started working on it before the 'no email' support was available and kinda put it aside but it can be implemented now.
@peartobear Snapchat requires PKCE which we currently don't support so I wasn't able to create that provider yet. This is something we will implement in the future but isn't a big priority right now.
@LoriKarikari Thank you! Unrelated ques but is there any way to integrate Snap's loginkit in nextjs app without setting up a custom express server as described in their docs?
Yeah, I think you can convert the HTML examples on that page to React JSX and it should work.
Most helpful comment
@peartobear Snapchat requires PKCE which we currently don't support so I wasn't able to create that provider yet. This is something we will implement in the future but isn't a big priority right now.