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

Use hmac token for ergochat authentication due to irc 510 message character limit #178

Merged
merged 2 commits into from
Oct 15, 2023

Conversation

Sheikah45
Copy link
Member

IRC limits messages to 510. OAuth JWT tokens exceed that limit so can't be used for authentication.

For that reason we could instead use an hmac token with the account name encoded as the message that can then be verified by ergo chat.

@Sheikah45 Sheikah45 force-pushed the feature/ergochat-hmac branch 2 times, most recently from 8b9074f to 312a41f Compare October 15, 2023 03:03
@Brutus5000 Brutus5000 merged commit d86cede into master Oct 15, 2023
1 check passed
@Brutus5000 Brutus5000 deleted the feature/ergochat-hmac branch December 28, 2023 22:09
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