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

Show alt characters in character summary when token has expired #657

Merged
merged 1 commit into from
Dec 24, 2023
Merged

Show alt characters in character summary when token has expired #657

merged 1 commit into from
Dec 24, 2023

Conversation

recursivetree
Copy link
Contributor

fixes eveseat/seat#856

It is currently broken since character with expired tokens have their refresh_token soft-deleted. This means currently SeAT can't find the user from a character with expired token since refresh_tokens links characters to a user. The fix is to also consider deleted tokens when searching the user from a character.

The global.invalid_tokens permission is respected since it only affects user->alts and not the first part of the chain, character->user

@recursivetree
Copy link
Contributor Author

I'm pretty sure the CI failure is unrelated to this, since this PR doesn't touch code that failed

@Crypta-Eve
Copy link
Member

Not sure what happened there, completed successfully when I requested it rerun.

@Crypta-Eve Crypta-Eve merged commit 21fdd20 into eveseat:5.0.x Dec 24, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants