This PR grabs token info to update the logs with username and name, as well as fixes the updatedAt date in the logs for create and recreate. Note that this currently does not get token info in the expire endpoint, as that may need a significant overhaul / removal regardless.
Please run npm run db:migrate to obtain the necessary db changes for this to work.
This PR grabs token info to update the logs with username and name, as well as fixes the updatedAt date in the logs for create and recreate. Note that this currently does not get token info in the expire endpoint, as that may need a significant overhaul / removal regardless.
Please run
npm run db:migrate
to obtain the necessary db changes for this to work.