File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11auth :
22 - name : ROLE_ADMIN
33 loginEndpointAuth :
4- payloadRaw : " { \" username\" : \" admin\" , \" password\" : \" test\" } "
4+ payloadRaw : " username= admin& password= test"
55 - name : ROLE_EMP
66 loginEndpointAuth :
7- payloadRaw : " { \" username\" : \" selimhorri\" , \" password\" : \" test\" } "
7+ payloadRaw : " username= selimhorri& password= test"
88 - name : ROLE_MGR
99 loginEndpointAuth :
10- payloadRaw : " { \" username\" : \" soumayahajjem\" , \" password\" : \" test\" } "
10+ payloadRaw : " username= soumayahajjem& password= test"
1111
1212authTemplate :
13- loginEndpointAuth :
14- endpoint : /app/api/authenticate
15- verb : POST
16- contentType : application/json
17- expectCookies : true
13+ loginEndpointAuth :
14+ endpoint : /app/login
15+ verb : POST
16+ contentType : application/x-www-form-urlencoded
17+ expectCookies : true
You can’t perform that action at this time.
0 commit comments