index
:
qt/qtnetworkauth.git
5.10
5.11
5.12
5.13
5.14
5.14.2
5.15
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
6.9.2
dev
wip/cmake
Qt Network Authenticators; QtOAuth in particular
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
oauth
/
qoauth2authorizationcodeflow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Language and style review of Qt OAuth 2.0 Overview page
Jerome Pasion
8 days
1
-1
/
+1
*
Mark security critical files
Juha Vuolle
2025-04-23
1
-0
/
+1
*
Rest of code: use toLatin1() on FullEncoded URLs
Marc Mutz
2025-01-24
1
-2
/
+2
*
QAbstractOAuth2: remember property by which the scope came in
Marc Mutz
2025-01-24
1
-0
/
+6
*
Change '*scopeTokens' type from QStringList to QSet<QByteArray>
Juha Vuolle
2025-01-24
1
-1
/
+1
*
Rename 'requestedScope' and 'grantedScope' to '*ScopeTokens'
Juha Vuolle
2025-01-23
1
-2
/
+2
*
QAbstractOAuthPrivate: rename generateRandomString -> generateRandomBase64String
Marc Mutz
2025-01-22
1
-2
/
+2
*
Complete the non-removal of QOAuth2AuthorizationCodeFlow::accessTokenUrl
Marc Mutz
2025-01-21
1
-3
/
+2
*
Make refreshAccessToken() a regular deprecation without Qt 7 removal
Juha Vuolle
2025-01-16
1
-2
/
+4
*
Use refreshTokens() as an NVI already in Qt 6
Juha Vuolle
2025-01-16
1
-35
/
+26
*
QtNetworkAuth: simplify QT_NO_HTTP checks
Ivan Solovev
2025-01-09
1
-4
/
+0
*
QOAuth2AuthorizationCodeFlow: do not remove accessTokenUrl in Qt 7
Ivan Solovev
2025-01-09
1
-6
/
+4
*
Get rid of QPair and mark the module as QPair free
Ivan Solovev
2024-12-19
1
-1
/
+1
*
Qt 7: add QAbstractOAuth2::refreshTokens() virtual slot
Ivan Solovev
2024-12-19
1
-0
/
+12
*
Deprecate QOAuth2AuthorizationCodeFlow::accessTokenUrl property
Ivan Solovev
2024-12-19
1
-1
/
+14
*
Move tokenUrl property to QAbstractOAuth2
Ivan Solovev
2024-12-19
1
-11
/
+12
*
Finetune token expiration convenience functionality
Juha Vuolle
2024-12-10
1
-2
/
+1
*
Add token expiration convenience to Device Flow class
Magdalena Stojek
2024-12-10
1
-1
/
+2
*
Change OAuth2 RFC keywords into inline constexpr L1
Juha Vuolle
2024-11-28
1
-22
/
+21
*
Add access token expiration convenience functionality
Magdalena Stojek
2024-11-21
1
-3
/
+21
*
Rename tokenRequestModifier to networkRequestModifier
Juha Vuolle
2024-11-21
1
-1
/
+1
*
Move refresh token request creation to baseclass private
Juha Vuolle
2024-11-21
1
-23
/
+2
*
Move RFC error response handling to baseclass private
Juha Vuolle
2024-11-21
1
-19
/
+3
*
Move token request response handling to baseclass private
Juha Vuolle
2024-11-21
1
-82
/
+2
*
Move token request fail handling to baseclass private
Juha Vuolle
2024-11-21
1
-22
/
+5
*
Remove ID token from extra tokens
Juha Vuolle
2024-11-21
1
-0
/
+1
*
Remove 'state' parameter from extraTokens
Juha Vuolle
2024-11-21
1
-0
/
+1
*
Add extraTokensChanged signal emission
Juha Vuolle
2024-11-21
1
-2
/
+4
*
Add errorOccurred and deprecate error signal
Samuel Gaist
2024-10-17
1
-1
/
+6
*
Add token request modification possibility
Juha Vuolle
2024-10-09
1
-0
/
+5
*
Add OIDC ID token acquisition convenience support
Juha Vuolle
2024-10-08
1
-0
/
+12
*
Add 'nonce' support for OAuth2
Juha Vuolle
2024-10-08
1
-0
/
+5
*
Refrain from logging authorization URL
Juha Vuolle
2024-10-04
1
-1
/
+1
*
Unshadow a member variable
Juha Vuolle
2024-09-16
1
-4
/
+4
*
Deprecate QAbstractOAuth2::scope property
Juha Vuolle
2024-08-23
1
-1
/
+3
*
Encode 'state' parameter during authorization
Juha Vuolle
2024-08-22
1
-2
/
+20
*
Add QAbstractOAuth2::grantedScope and requestedScope properties
Juha Vuolle
2024-08-08
1
-4
/
+16
*
Don't clear QAbstractOAuth2::scope upon empty server response
Juha Vuolle
2024-08-08
1
-1
/
+9
*
QOAuth2AuthorizationCodeFlow: take setPkceMethod()'s length as qsizetype
Marc Mutz
2024-06-24
1
-2
/
+3
*
Clarify that reply handler is required for authorization code flow
Juha Vuolle
2024-05-28
1
-0
/
+4
*
[OAuth2] use default handler if no handler is set
Juha Vuolle
2024-05-28
1
-6
/
+5
*
Remove redirect_uri parameter usage with token refresh
Juha Vuolle
2024-05-23
1
-1
/
+0
*
Add support for PKCE
Juha Vuolle
2024-05-22
1
-0
/
+117
*
Ensure the code is not encoded a second time if already percent encoded
Samuel Gaist
2024-04-23
1
-1
/
+6
*
Build with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-07-12
1
-2
/
+2
*
Don't leak token request network replies
Volker Krause
2023-06-26
1
-0
/
+1
*
Rename tokenRequestError signal to tokenRequestErrorOccurred
Juha Vuolle
2023-06-22
1
-2
/
+4
*
Improve error handling and reporting in OAuth2
Juha Vuolle
2023-05-10
1
-12
/
+50
*
OAuth2: allow to specify TLS configuration
Ivan Solovev
2022-09-14
1
-0
/
+8
*
Use SPDX license identifiers
Lucie Gérard
2022-06-16
1
-28
/
+2
[next]