This is a feature request for session management:
- Allow user to connect to multiple different servers
- Allow user to change existing connection (change URL, user, etc.)
- Allow user to remove existing connection
- Allow user to view existing connection
This stems from my frustration with certain situations:
- During testing, I was hosting the gotify server at
https://mydomain.com/notificaiton, later I changed it to https://mydomain.com/gotify, and I clicked "logout" when prompted with connection fail dialogue, then I put in the new connection info. But somehow, my reverse proxy still picks up requests to https://mydomain.com/notificaiton as if the app is still trying to connect to it.
- Since the only thing changed was the URL, I was hoping to just change the URL, so that my existing username password and token can be left alone, but no, I have to logout and enter all new information which grants me a new token. I think if I am able to simply change the URL, it would have been much preferable.
A complete session management system would deal with above issue and provide more functionality.
Thanks!
This is a feature request for session management:
This stems from my frustration with certain situations:
https://mydomain.com/notificaiton, later I changed it tohttps://mydomain.com/gotify, and I clicked "logout" when prompted with connection fail dialogue, then I put in the new connection info. But somehow, my reverse proxy still picks up requests tohttps://mydomain.com/notificaitonas if the app is still trying to connect to it.A complete session management system would deal with above issue and provide more functionality.
Thanks!