Skip to content

use a public/private key logic for token generation#7696

Draft
Zoey2936 wants to merge 3 commits into
mainfrom
asymetrickey-token
Draft

use a public/private key logic for token generation#7696
Zoey2936 wants to merge 3 commits into
mainfrom
asymetrickey-token

Conversation

@Zoey2936

@Zoey2936 Zoey2936 commented Mar 5, 2026

Copy link
Copy Markdown
Collaborator

see #7686

This would be my idea how this can be implemented, if other ways of doing something similar are preferred just close this

Comment thread php/src/Auth/AuthManager.php Outdated
@szaimen szaimen added 2. developing Work in progress enhancement New feature or request technical debt labels Mar 6, 2026
@szaimen szaimen added this to the next milestone Mar 6, 2026
@szaimen szaimen requested a review from pabzm March 17, 2026 09:23
@szaimen szaimen modified the milestones: v12.9.0, next Mar 23, 2026
@szaimen szaimen modified the milestones: v12.9.1, next, v12.9.2 Apr 2, 2026
Signed-off-by: Zoey <zoey@z0ey.de>
}

$timeElapsed = time() - (int) $timestamp;
if ($timeElapsed > 60 || $timeElapsed < 0) {

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if this is enough time, if this is changed then apcu_add also needs to be changed

@szaimen

szaimen commented Apr 16, 2026

Copy link
Copy Markdown
Collaborator

Honestly, I am not really sure of the implications of this PR. I would need to discuss this with @pabzm when he is back...

@szaimen szaimen modified the milestones: v13.0.0, next, v13.0.1, v13.0.2 Apr 30, 2026
@szaimen szaimen modified the milestones: v13.0.3, next May 7, 2026
@szaimen szaimen modified the milestones: v13.0.4, next May 15, 2026
@Zoey2936

Copy link
Copy Markdown
Collaborator Author

Honestly, I am not really sure of the implications of this PR. I would need to discuss this with @pabzm when he is back...

any update?

@szaimen

szaimen commented May 20, 2026

Copy link
Copy Markdown
Collaborator

@pabzm can you pleaee have a look at the proposed implementation?

Maybe lets have a call about this soon

@szaimen szaimen removed this from the v13.1.0 milestone May 22, 2026
@szaimen szaimen added this to the next milestone May 22, 2026
@szaimen szaimen modified the milestones: v13.2.0, next, v13.2.1 Jun 4, 2026
@szaimen szaimen modified the milestones: v13.3.0, next, v13.3.1 Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2. developing Work in progress enhancement New feature or request technical debt

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants