thomas4019 / expressa

API creation middleware with an admin interface
MIT License
439 stars 27 forks source link

Feature/request log tweak #186

Closed kane-mason closed 2 years ago

kane-mason commented 2 years ago

Small tweaks to improve requeslog information and how its displayed on admin site

  1. Fix certain properties displaying as NaN
  2. Remove access token from display since it gets stripped off request so will always be undefined
  3. Surface User and User Collection on admin so requests can be easilly traced to user
  4. Include tokenError on request log
  5. Refactor uerror so obfuscation happens on response send so the detail is stored in the log