HYLODE / HyUi

HYLODE User Interface Repository
http://hylode.org/
Apache License 2.0
3 stars 2 forks source link

use database tokens over admin tokens #210

Closed docsteveharris closed 1 year ago

docsteveharris commented 1 year ago

Baserow authenticates using database tokens creates or fetches a database token when the application starts. should close #195

harryjmoss commented 1 year ago

@docsteveharris I've merged the latest changes from main while keeping the alterations to the Baserow authentication here and fixed the failing tests by bringing the baserow module initialisation calls to get_settings() and other functions inside get_baserow_db(). Can we move this PR out of draft and merge this in now or is there more work to do?

docsteveharris commented 1 year ago

I think we should just profile/time this in someway? I wasn't 100% sure it actually improved things in anger on the live system (although it did on my machine). Shall we deploy to dev, find a couple of the timing statements and monitor?