introlab / opentera

OpenTera - Open TeleRehabilitation Server and Micro-Services
https://github.com/introlab/opentera
Apache License 2.0
17 stars 9 forks source link

User Token still valid after User Logout #212

Closed SBriere closed 1 year ago

SBriere commented 1 year ago

Describe the bug User token continues to be valid even after the user calls the "logout" API.

To Reproduce

  1. Get a user token from the login API
  2. Call user logout API
  3. Make a call to any other API with the token.

Expected behavior Step 3 should not work, but it currently working.