文件名称:keystoneAuth:OpenStack Keystone用来验证用户身份的简单库
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-22 06:09:02
JavaScript
keystoneAuth OpenStack Keystone用来验证用户身份的简单库。 开始吧 var authentication = require('keystoneAuth'); authentication({ auth_uri: 'http://localhost:5000/v2', username: 'admin', password: 'admin_pass', success: function(body, response) { }, error: function(err, response) { } }; 用法 方法身份验证的参数: auth_uri:必需,由keystone身份验证基本url和版本组成。 成功:必需,身份验证成功时回调函数。 错误:必需,身份验证失败时回调函数。 username
【文件预览】:
keystoneAuth-master
----index.js(224B)
----package.json(1KB)
----test()
--------auth.js(5KB)
--------utils.js(1KB)
--------support()
--------.jshintrc(119B)
----LICENSE(1KB)
----README_zh.md(3KB)
----.gitignore(526B)
----lib()
--------auth.js(3KB)
--------utils.js(972B)
----README.md(3KB)
----.jshintrc(66B)