Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add verification for password oauth token #10800

Merged
merged 14 commits into from
Jan 29, 2024

Merge remote-tracking branch 'origin/master' into oauth-verification-2

9a04ce8
Select commit
Loading
Failed to load commit list.
Merged

Add verification for password oauth token #10800

Merge remote-tracking branch 'origin/master' into oauth-verification-2
9a04ce8
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed succeeded Jan 29, 2024 in 0s

2 / 2 tasks completed

All tasks have been completed

Details

Required Tasks

Task Status
depends on #10796 Completed
implemented and tested and released in client (ppy/osu#25480) Completed
Do I need to be handling token revocation? As in, if a UserSessionEvent::newLogout() event is broadcast, do I need to be doing anything? Is that even something that can happen for a client token right now? Incomplete