Add SessionKey validation

- Hook SendReqeuest to detect invalid credentials/expired sessions
 - Prevent AddRightElement delegate from being invoked twice
 - Make UpdateNotificationMark public for reuse in the Authentication plugin
This commit is contained in:
John Lewin 2015-07-02 14:36:04 -07:00
parent 34da6eda80
commit 9a3d948eb7
4 changed files with 33 additions and 26 deletions

View file

@ -263,7 +263,7 @@ namespace MatterHackers.MatterControl
}
}
internal class UpdateNotificationMark : GuiWidget
public class UpdateNotificationMark : GuiWidget
{
public UpdateNotificationMark()
: base(12, 12)