fix(auth): found some bugs in the jwt token
This commit is contained in:
@@ -12,7 +12,7 @@ post {
|
||||
|
||||
body:json {
|
||||
{
|
||||
"username": "admin",
|
||||
"password": "password123"
|
||||
"username": "adm_matthes",
|
||||
"password": "nova0511"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,9 +12,8 @@ post {
|
||||
|
||||
body:json {
|
||||
{
|
||||
"username":"matthes02",
|
||||
"email": "blake@alpla.com",
|
||||
"password": "Vsd!134"
|
||||
|
||||
"username": "adm_matthes",
|
||||
"email":"blake@alpla.com",
|
||||
"password": "nNova0511!"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user