Closed stpetruk closed 6 years ago
Hi @strepuk, what are you trying to achieve, what would be the use case?
Hi @pipacs, I need to show up a custom html page after successful login using the O1 Authorization. I cannot use embedded browser because I've got a platform dependent bugs with WebEngine and WebKit, so the only solution is to use external browser. If you asked about pulling replyServer_
from O1 and O2 into O0BaseAuth then it'll reduce code duplication in O1 and O2 because I've just copied the existing code from O2 into O1.
Sorry for the delay, and yeah, moving replyServer to O0BaseAuth would the the best approach.
Hello @pipacs, I've got a suggestion and don't know if it is suitable for the existing class design. Maybe you or I can pull replyServer_ from O1 and O2 up into O0BaseAuth?