laardee / serverless-authentication-boilerplate

Generic authentication boilerplate for Serverless framework
http://laardee.github.io/serverless-authentication-gh-pages
MIT License
568 stars 71 forks source link

Facebook oauth from multiple devices #15

Open AdrienLemaire opened 8 years ago

AdrienLemaire commented 8 years ago

My facebook application has a website and an iOS application configured in its settings, but my serverless application only uses the website redirect client uri via process.env.REDIRECT_CLIENT_URI. I'm wondering how to handle the iOS case as well. Do you have any suggestion ?