Skip to content

Replace global database by local handle in AccessTokenStore

Warren Gifford requested to merge asdine/access-tokens-store-local-db into main

Created by: asdine

This changes the database handle used by AccessTokenStore. It currently uses the global dbconn handle, but since it now supports basestore, it can use the local handle instead.

Merge request reports

Loading