邮递员中的不记名令牌 [英] Bearer token in postman

查看:57
本文介绍了邮递员中的不记名令牌的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在邮递员中设置一个Bearer Token

I want to set a Bearer Token in postman

出于某种原因,我的 Postman 在 Auth 下拉列表中没有 Bearer Token 选项

For some reason my Postman doesn't have the Bearer Token option in the Auth dropdown

我可以在 Postman 中做什么来显示该选项?我在哪里可以找到它的任何想法?问候.

What can I do in Postman to show that option? Any ideas where I can find it? Regards.

推荐答案

我不确定这两张图片是否来自同一个 Postman 应用程序,但不记名令牌功能仅在 5.3.0 版中出现.

I'm not sure if those 2 images are from the same Postman application or not but the Bearer Token feature only came in on version 5.3.0.

您可以手动添加带有 Bearer 值的 Authorization 请求标头.

You can just manually add an Authorization Request Header with a Bearer <my_token> value.

只是一个用于演示目的的虚拟值 - 实际值应该是Bearer + 你的代币值.

This is just a dummy value for demo purposes - The actual value should be Bearer + your token value.

这应该可以工作,而无需使用下拉列表中的该选项.这只会自动复制,无论如何您都会手动执行.

That should work without the need to use that option from the drop down list. This would only just replicate automatically, what you would be doing manually anyway.

这篇关于邮递员中的不记名令牌的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆