pgadmin4
pgadmin4 copied to clipboard
Vue Single Sign-On Redirect Causes pga4_session Overwrite in Pgadmin4
Issue Description: I'm currently integrating Vue with Pgadmin4 for a seamless login experience. However, when redirecting from Vue to Pgadmin4's post - login page, the pga4_session gets overwritten. I want to find a way to directly jump to Pgadmin4's logged - in page from Vue without this overwrite.
Background: I'm using Vue for the frontend and Pgadmin4 (8.14) for database management.
Symptoms: After redirection, pga4_session changes, disrupting subsequent operations that rely on the original session.
Expected Outcome: A method, like a specific API or parameter, to directly access Pgadmin4's logged - in page from Vue while retaining the original pga4_session.