• Jesus Fernandez's avatar
    OAuth support · a6dc1c01
    Jesus Fernandez authored
    
    New library to support OAuth1 and OAuth2 standard in Qt.
    OAuth provides a method for clients to access server resources on behalf
    of a resource owner (such as a different client or an end-user).  It
    also provides a process for end-users to authorize third-party access to
    their server resources without sharing their credentials (typically, a
    username and password pair), using user-agent redirections.
    
    [ChangeLog][OAuth] Added OAuth support
    
    Change-Id: I3971456f93bf6ddd7fd46f555202bab2eb777c15
    Reviewed-by: default avatarEdward Welbourne <edward.welbourne@qt.io>
    a6dc1c01
qtgraphicaleffects.pro 46 bytes
requires(qtHaveModule(quick))
load(qt_parts)