Commit c66da11
committed
feat: enable BlueSky account verification
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.1 parent f6705c7 commit c66da11
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
0 commit comments