You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2022. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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! 😄
Hi,
I would like to offer a public api in the style twitter does .
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!
The text was updated successfully, but these errors were encountered: