client
client copied to clipboard
Oauth: Port to QHttpServer
Port to https://doc.qt.io/qt-6/qthttpserver-index.html We currently implement a basic http server ourselves by raw writes to a socket. QHttpServer promises to improve our code by a lot.