Is there a way to share an instanced variable between all blueprints in Flask?
I’m making a project that involves using Flask and Pocketbase db for a website. Problem is everytime I switch to a page on a different blueprint, I have to reconnect and login to the Pocketbase server again using stored sessions. Here’s my example: