passport-twitter-token icon indicating copy to clipboard operation
passport-twitter-token copied to clipboard

Multiple Consumer Keys

Open seonixx opened this issue 8 years ago • 1 comments

Is there any way to support multiple consumer keys? It's not an uncommon use case to have separate consumer keys for web, iOS and android authentication. I'd like to avoid creating separate endpoints for each if possible.

Any suggestions?

seonixx avatar Feb 22 '17 18:02 seonixx

@seonixx You doesn't need separate endpoints. You can use query/params on same endpoint for distinguish client.

munir131 avatar Aug 09 '17 16:08 munir131