You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using dynamic ticket authentication to authenticate users. When authentication fails, the authentication component raises an ApplicationError. How should this be handled in my WampSharp code?
ifticket!=principal['ticket']:
raiseApplicationError(u'com.example.invalid_ticket', "could not authenticate session - invalid ticket '{}' for principal {}".format
I expected an exception while awaiting channel.Open(), but it just doesn't return.