Skip to content

feat: enable BlueSky account verification #364

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

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

echasnovski
Copy link
Member

This commit adds a 'https://neovim.io/.well-known/atproto-did' page with the content of a DID value taken from dedicated Neovim BlueSky account. With this page present, account will be able to use a @neovim.io handle which assures users that this is an "official" BlueSky account of Neovim team.

Details:

  • The '.well-known' is a long established dedicated directory name for automated verification that certain domain belongs to a certain account on third-party site.
  • The DID value of an account is a public information, so there should not be issues with it being present here in the open.

This commit adds a 'https://neovim.io/.well-known/atproto-did' page with
the content of a DID value taken from dedicated Neovim BlueSky account.
With this page present, account will be able to use a `@neovim.io`
handle which assures users that this is an "official" BlueSky account of
Neovim team.

Details:
- The '.well-known' is a long established dedicated directory name for
  automated verification that certain domain belongs to a certain
  account on third-party site.
- The DID value of an account is a public information, so there should
  not be issues with it being present here in the open.
@bfredl bfredl merged commit 81217fe into neovim:master Nov 15, 2024
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