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

Bluesky: unable to authenticate with domain handle #1667

Closed
TedTschopp opened this issue Feb 13, 2024 · 5 comments
Closed

Bluesky: unable to authenticate with domain handle #1667

TedTschopp opened this issue Feb 13, 2024 · 5 comments

Comments

@TedTschopp
Copy link

TedTschopp commented Feb 13, 2024

Sorry for the spartan bug report. I am on mobile.

I use @ted@tedt.org as my handle at BlueSky. I am unable to authenticate from this page.

I was able to get this working by using my DID, which is a TXT record off my tedt.org that BlueSky uses to validate I own the domain name. Brid.gy then gets my name right and works ok.

I suspect you don't have a case in the code to do the DNS lookup.

https://brid.gy/bluesky/start

@snarfed
Copy link
Owner

snarfed commented Feb 13, 2024

Hmm, sorry for the trouble! Looks like you're @tedt.org on Bluesky. I'll look into it.

@TedTschopp
Copy link
Author

No troubles. I might have been "Holding it wrong"

But once I got the DID, as I saw it was looking that up in the Error Messages, everything worked. I also didn't quite know what format you wanted the handle in. Was it @tedt.org or ted@tedt.org or @ted@tedt.org or or or or...

Perhaps this defect is a UI/UX 'error'

@snarfed
Copy link
Owner

snarfed commented Feb 13, 2024

Bluesky handles are just domains, not email addresses or fediverse-style webfinger addresses, so your Bluesky handle is tedt.org, or stylized, @tedt.org.

Bridgy has a couple bugs to fix here. First, it needs to validate handles better, including stripping any leading @. Second, it needs to convert input handles to lower case before using them in Bluesky API calls.

We'll fix both of those. Thanks again for reporting!

@TechLifeWeb
Copy link

Yep, looks like I'm in this boat too. Seeing your comment and changing TechLifeWeb.bsky.social to lower case enabled me to authenticate.

@snarfed snarfed changed the title BLUESKY: unable to authenticate with domain handle Bluesky: unable to authenticate with domain handle Feb 18, 2024
@snarfed
Copy link
Owner

snarfed commented Feb 20, 2024

Fixed! Thanks again for reporting!

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

No branches or pull requests

3 participants