将 OAuth 与 Kuzzle 集成

Integrating OAuth with Kuzzle

我想使用 OAuth 提供商来验证对我的 kuzzle 实例的请求。

执行此操作的标准或首选方法是什么?

Kuzzle 支持同一用户的多种身份验证策略。这意味着同一用户可以使用 username/password 或 0Aut 或 Ldap 等登录

Kuzzle 使用 Passeport.js, so every strategy supported by Passeport.js can be integrated. To do this, you will have to develop an authentication plugin.

关于0Auth,我们已经提供了认证插件,查看:https://github.com/kuzzleio/kuzzle-plugin-auth-passport-oauth

完全披露:我在 Kuzzle 担任核心开发人员