1Authorization :
2It's a process of granting or denying access to resources.
3Mostly it happens after Authentatication.
4
5Most of the projects I worked on use Bearer token
6with JWT in Authorizaiton header.
7I have endpoint that I can use to generate this token
8and pass it to the each requests in my test.
9
10- Bearer Token
11 (We can get it by requesting to certain endpoint)
12 Most known jwt(json web token)
13