fix(auth): found some bugs in the jwt token

This commit is contained in:
2025-02-21 21:54:26 -06:00
parent 026583815c
commit f320118880
11 changed files with 149 additions and 96 deletions

View File

@@ -12,7 +12,7 @@ post {
body:json {
{
"username": "admin",
"password": "password123"
"username": "adm_matthes",
"password": "nova0511"
}
}

View File

@@ -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!"
}
}