colinskow / ng-superlogin

AngularJS bindings for the SuperLogin project
MIT License
15 stars 17 forks source link

Get updated userDBs without logging out and back in #22

Open chriseyhorn opened 7 years ago

chriseyhorn commented 7 years ago

Currently I allow a user to setup another account level db that is shared with several users. After I call my route and the code executes in superlogin on the server I need to get the updated list of user db's. Currently the only way to get the updated list is to logout and log back in. Are there any other calls to force the session info to update?