Qt Widget Application (Desktop) user authentication
Solved
General and Desktop
-
wrote on 29 Jan 2018, 16:06 last edited by
Hi guys,
Is there any user authentication/login (not only dialog with lineEdits, but really authentication to server via ssl etc.) solution based on Qt free on web for use in your own Qt desktop widget application? -
wrote on 29 Jan 2018, 16:24 last edited by
@OZaric not aware of any "out-of-the-box" solution based on Qt, but you may want to take a look at Qt Network Authorization module. There's also a blog post about it being used to connect to Google Services using OAuth 2.0.
-
wrote on 29 Jan 2018, 16:31 last edited by
great
Thank You!
3/3