📜  什么是不记名令牌 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:49.593000             🧑  作者: Mango

代码示例1
Authorization :
It's a process of granting or denying access to resources.
Mostly it happens after Authentatication.

Most of the projects I worked on use Bearer token
with JWT in Authorizaiton header.
I have endpoint that I can use to generate this token
and pass it to the each requests in my test.

- Bearer Token
       (We can get it by requesting to certain endpoint)
       Most known jwt(json web token)