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

Multiple redirect URIs #53

Open blackxored opened 7 years ago

blackxored commented 7 years ago

I've been playing with this project for not so long so bare with me if this is more than a question than a feature request (it might as well be). I've been wondering how to have multiple redirect URIs (the case I have in mind is an OAuth flow on web that will redirect to https://my.domain.com/callback-route but also a mobile redirect (used by a mobile app via URL schemas like myapp://oauth-callback). This doesn't seem to be supported at this point, or am I missing something?