@4geit/swg-get-user-with-api-token-helper 中文文档教程
@4geit/swg-get-user-with-api-token-helper
返回与传递的 api 令牌匹配的帐户
Installation
- A recommended way to install @4geit/swg-get-user-with-api-token-helper is through npm package manager using the following command:
npm i @4geit/swg-get-user-with-api-token-helper --save
或使用 yarn
使用以下命令:
yarn add @4geit/swg-get-user-with-api-token-helper
- All you have to do is to import the
@4geit/swg-get-user-with-api-token-helper
package in your controller or mock file as below:
// ...
const swgGetUserWithApiTokenHelper = require('@4geit/swg-get-user-with-api-token-helper');
// ...
并将其与您的端点控制器之一一起使用,如下所示:
// ...
module.exports = {
// ...
getItems: swgGetUserWithApiTokenHelper(
({ req, res, user }) => {
// ...
}
),
// ...
};
@4geit/swg-get-user-with-api-token-helper
return an account that matches the passed api token
Installation
- A recommended way to install @4geit/swg-get-user-with-api-token-helper is through npm package manager using the following command:
npm i @4geit/swg-get-user-with-api-token-helper --save
Or use yarn
using the following command:
yarn add @4geit/swg-get-user-with-api-token-helper
- All you have to do is to import the
@4geit/swg-get-user-with-api-token-helper
package in your controller or mock file as below:
// ...
const swgGetUserWithApiTokenHelper = require('@4geit/swg-get-user-with-api-token-helper');
// ...
And use it with one of your endpoint controller as below:
// ...
module.exports = {
// ...
getItems: swgGetUserWithApiTokenHelper(
({ req, res, user }) => {
// ...
}
),
// ...
};
更多
你可能也喜欢
- 1_lesson_hexlet_js_paladin 中文文档教程
- 3box-shared-cache 中文文档教程
- 58goods-plugin 中文文档教程
- @0b5vr/tweakpane-plugin-rotation 中文文档教程
- @10up/component-tabs 中文文档教程
- @12stonechurch/react-native-video-controls 中文文档教程
- @1amageek/flow 中文文档教程
- @42nth/mrepset 中文文档教程
- @8base/app-provider 中文文档教程
- @a-mehrabi/aranode-protobuf-parser 中文文档教程