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:
parent
34da6eda80
commit
9a3d948eb7
4 changed files with 33 additions and 26 deletions
|
|
@ -263,7 +263,7 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
}
|
||||
|
||||
internal class UpdateNotificationMark : GuiWidget
|
||||
public class UpdateNotificationMark : GuiWidget
|
||||
{
|
||||
public UpdateNotificationMark()
|
||||
: base(12, 12)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue