Adjust deauth time window and send revocation when SSO members expire.
This commit is contained in:
parent
2d0f76bb9c
commit
576b4f03a5
6 changed files with 27 additions and 3 deletions
|
@ -52,6 +52,7 @@ public:
|
|||
virtual void onNetworkMemberDeauthorize(const void *db,uint64_t networkId,uint64_t memberId);
|
||||
|
||||
std::string getSSOAuthURL(const nlohmann::json &member, const std::string &redirectURL);
|
||||
void networkMemberSSOHasExpired(uint64_t nwid, int64_t ts);
|
||||
|
||||
inline void addDB(const std::shared_ptr<DB> &db)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue