UA1252TAQC / GreenCityTAJava

0 stars 0 forks source link

[JWT Token Expiration] JWT token expires after 2 hours instead of 24 hours #242

Open sbekberov opened 1 week ago

sbekberov commented 1 week ago

Bug Report

Environment:

Preconditions:

Steps to reproduce:

  1. Navigate to the GreenCity website's home page.
  2. Fill in the pop-up sign-up form with the following details:
    • Email: b7647f8f-d1cc-4e4c-b109-fb73783ffa3b@mailslurp.biz
    • Username: TestUser
    • Password: Password1!
    • Repeat password: Password1!
  3. Submit the registration form.
  4. Extract the account activation link.
  5. Open link in new tab.
  6. Extract JWT token from local storage.
  7. Validate the JWT token expiration.

Actual result:

Expected result:

Postconditions:

User story link:

image

sbekberov commented 1 week ago

12