Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Feathers 'Twitter API' style #385

Closed
khwerhahn opened this issue Dec 26, 2016 · 1 comment
Closed

Feathers 'Twitter API' style #385

khwerhahn opened this issue Dec 26, 2016 · 1 comment

Comments

@khwerhahn
Copy link

Hi,

I would like to offer a public api in the style twitter does .

{
    "consumerKey": "xxxx",
    "consumerSecret": "xxx",
    "accessToken": "xxx",
    "accessTokenSecret": "xxx"
}

Is there a "out of the box" way to do it with feathers and passport? I'm not too good on the security part and don't want to leave any unnecessary holes.

Thanks for the help!

@ekryski
Copy link
Member

ekryski commented Dec 30, 2016

@khwerhahn nope. Nothing "out of the box". If you are looking to setup your Feathers app as your own OAuth provider you can use the https://github.com/jaredhanson/oauth2orize since Feathers really is just Express.

With all that said you likely might not need to do that because you can simply allow someone to log in with a clientId and clientSecret (set those values as the usernameField and passwordField for your local strategy) and you can return a JWT access token as an API key. Hope that helps!

Going to close this as we don't have an official need to provide OAuth right now but feel free to leave a note and we might revisit. Thanks for the question! 😄

@ekryski ekryski closed this as completed Dec 30, 2016
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants