Skip to content

feat(github): account link#1689

Merged
whutchinson98 merged 17 commits intomainfrom
hutch/github-account-link
Feb 26, 2026
Merged

feat(github): account link#1689
whutchinson98 merged 17 commits intomainfrom
hutch/github-account-link

Conversation

@whutchinson98
Copy link
Copy Markdown
Member

No description provided.

@whutchinson98 whutchinson98 requested a review from a team as a code owner February 26, 2026 18:08
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 26, 2026

@whutchinson98 whutchinson98 merged commit b0e93ac into main Feb 26, 2026
41 checks passed
@whutchinson98 whutchinson98 deleted the hutch/github-account-link branch February 26, 2026 18:42
Comment on lines +138 to +143
tracing::debug!(
fusionauth_user_id=%fusionauth_user_id,
github_user_id=%user_info.id,
github_username=%user_info.login,
"creating github_links record"
);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

stray debug?

}

impl GithubOauth for GithubOauthImpl {
type Err = anyhow::Error;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Up to you, but i've been using rootcause for new greenfield things, it has much better backtraces than anyhow

Comment on lines +24 to +25
// Load .env file if it exists, but don't fail if it doesn't
let _ = dotenvy::dotenv();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this is redundant, its already called during init

Sign up for free to 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.

2 participants