Skip to content

[stable26] Make OAuth2 authorization code expire - #43019

Merged
blizzz merged 3 commits into
stable26from
backport/40766/stable26
Jan 22, 2024
Merged

[stable26] Make OAuth2 authorization code expire#43019
blizzz merged 3 commits into
stable26from
backport/40766/stable26

Conversation

@julien-nc

Copy link
Copy Markdown
Member

Manual backport of #40766

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
/** @var string */
protected $encryptedToken;
/** @var int */
protected $codeCreatedAt;

Check notice

Code scanning / Psalm

PropertyNotSetInConstructor

Property OCA\OAuth2\Db\AccessToken::$codeCreatedAt is not defined in constructor of OCA\OAuth2\Db\AccessToken or in any methods called in the constructor
/** @var int */
protected $codeCreatedAt;
/** @var int */
protected $tokenCount;

Check notice

Code scanning / Psalm

PropertyNotSetInConstructor

Property OCA\OAuth2\Db\AccessToken::$tokenCount is not defined in constructor of OCA\OAuth2\Db\AccessToken or in any methods called in the constructor
@AltahrimAltahrim mentioned this pull request Jan 22, 2024
3 tasks
@blizzzblizzz mentioned this pull request Jan 22, 2024
Signed-off-by: Joas Schilling <coding@schilljs.com>
@blizzz
blizzz merged commit b55d048 into stable26Jan 22, 2024
@blizzz
blizzz deleted the backport/40766/stable26 branch January 22, 2024 19:21
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@julien-nc@nickvergessen@AndyScherzinger@github-advanced-security@blizzz