matrix-org / matrix-org/matrix.to

Embed links to third party identities with rel="me" for cross verification.

Open
#298 1 comment 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1.4k
Forks
318
PR merge metrics
No merged PRs in 30d

Description

E.g. GitHub allows you to link a URL in your profile (like so: https://github.com/Half-Shot) which shows up as a

`https://mastodon.half-shot.uk/@halfy`

This is handy because on the other service it can cross reference your ownership of the identity, like so:

![image](https://user-images.githubusercontent.com/2072976/209837321-5ad99b93-87b7-4e5a-bc25-78d35755ffc1.png)

Obviously this kind of thing is tricky to support in matrix.to because:
- We still don't have a way to set arbitrary profile keys ( e.g. https://github.com/matrix-org/matrix-spec-proposals/pull/1769 )
- If we used ^, we'd need a way to fetch state while being unauthenticated and in a fairly cache friendly manner.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No implementation file, test, or entry point is named. Start by reviewing the issue's constraints and the linked Matrix profile-key proposal, then determine how matrix.to could expose rel="me" links while supporting unauthenticated, cache-friendly state; done criteria are not specified beyond cross-verification support.

Written by the indexing model from the issue text.

Assessment

Tech stack
github, html
Domain
authentication, web-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.