Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. authentication
    Log in to post

    • UNSOLVED QOAuth for authenticating a user
      Qt WebKit • c++11 login authentication qoauth • • Rizwan94  

      1
      0
      Votes
      1
      Posts
      179
      Views

      No one has replied

    • SOLVED Server with model-, view-clients & authentication
      General and Desktop • qthread server - client mongodb authentication qt networking • • danyright  

      6
      0
      Votes
      6
      Posts
      3265
      Views

      Frankly, I forgot about it. Then it also depends also on what tools fits best your needs. There's no silver bullet that will cover everything you need. Also limiting yourself to only one language is not a good idea in the long run. There are good and bad things in every language thus knowing more than one allows to have a better grasp at what can be done, how easy/hard the maintenance would be etc.
    • Windows authentication not working with QtWebEngine
      QtWebEngine • windows qtwebengine example browser authentication • • lutfi  

      2
      0
      Votes
      2
      Posts
      1188
      Views

      Hi and welcome to devnet, That's a question you should bring to the interest mailing list. You'll find there Qt's developers/maintainers. This forum is more user oriented.
    • UNSOLVED authenticationRequired signal not emited or slot not called
      General and Desktop • server authentication rest php • • gollum  

      2
      0
      Votes
      2
      Posts
      1251
      Views

      @gollum IIRC the authenticationRequired signal will be emitted when the HTTP response contains a WWW-Authenticate header. HTTP401 is just an error code that you are not allowed to view this resource. So the webserver/webapplication doesn't even ask you to authenticate.
    • UNSOLVED Application logic and best authentication methods with PHP server side.
      General and Desktop • authentication php • • gollum  

      4
      0
      Votes
      4
      Posts
      1176
      Views

      @gollum Sorry I still don't understand who's authenticating where and how is oauth2 involved in all this. I could use cookies as well which might make things easier. I would think you not only could, but rather need to use cookies. How else will you distinguish between clients connected to you PHP service?
    • Accessing Https, host requires authentication message
      General and Desktop • qnetworkreply https authentication • • roseicollis  

      18
      0
      Votes
      18
      Posts
      11880
      Views

      Use setRawHeader from QNetworkRequest with Authorization as the name
    • Suggestions on creating a user authentication system.
      General and Desktop • authentication encryption • • ealione  

      15
      0
      Votes
      15
      Posts
      4269
      Views

      I have. Usually all my projects get inspired by either the examples or some other project that someone has put on the web. Its just that sometimes I have trouble moving them to the next level, just like with this one.