Big SSO update

make things hopefully work
This commit is contained in:
Grant Limberg 2021-06-03 14:38:26 -07:00
parent 81fda3f5b8
commit 4f521baafd
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A
7 changed files with 144 additions and 80 deletions

View file

@ -104,7 +104,7 @@ public:
virtual void eraseNetwork(const uint64_t networkId) = 0;
virtual void eraseMember(const uint64_t networkId,const uint64_t memberId) = 0;
virtual void nodeIsOnline(const uint64_t networkId,const uint64_t memberId,const InetAddress &physicalAddress) = 0;
virtual void updateMemberOnLoad(const uint64_t networkId, const uint64_t memberId, nlohmann::json &member) {}
virtual std::string getSSOAuthURL(const nlohmann::json &member) { return ""; }
inline void addListener(DB::ChangeListener *const listener)
{