DMGT-TECH / the-usher-server

Authorization server. The Usher looks at your ticket and tells you where you're authorized to go.
MIT License
11 stars 6 forks source link

UNTRACKED(chore): replace pg with knex in sessions db functions #118

Closed mikelax closed 1 week ago

mikelax commented 1 week ago

Overview

Your PR Checklist 🚨

❤️ Please review the guidelines for contributing to this repository. Our goal is to merge PRs fast 💨 .

Issue Reference

Closes NA

Open Questions or Items to Callout

  1. In server/src/api_endpoints/endpoint_self_refresh_token.js please look at the change related to the delete session function call. Does this change to personakey (lowercase) fix a long-standing bug that was siliently failing on the delete call?