Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradfitz/webfist
WebFist implements WebFinger delegation for providers who don't support WebFinger natively.
https://github.com/bradfitz/webfist
Last synced: 3 months ago
JSON representation
WebFist implements WebFinger delegation for providers who don't support WebFinger natively.
- Host: GitHub
- URL: https://github.com/bradfitz/webfist
- Owner: bradfitz
- License: apache-2.0
- Created: 2013-06-22T17:39:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-25T23:43:24.000Z (over 11 years ago)
- Last Synced: 2024-10-14T16:29:54.063Z (3 months ago)
- Language: Go
- Homepage:
- Size: 327 KB
- Stars: 85
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
- awesome-github-repos - bradfitz/webfist - WebFist implements WebFinger delegation for providers who don't support WebFinger natively. (Go)
- awesome-starred - bradfitz/webfist - WebFist implements WebFinger delegation for providers who don't support WebFinger natively. (others)
README
WebFist implements WebFinger delegation for providers who don't
support WebFinger natively.It takes advantage of the fact that all major providers DKIM-sign
their outgoing emails.So if you have a Gmail, Facebook, Yahoo, Outlook, or whatever account,
you can email a server in the WebFist pool of servers, the server will
DKIM-verify it, parse it for a WebFinger delegation command, and then
encrypt your original email (with your email address as the key) and
then replicate the encrypted data across the network of WebFist servers.Each WebFist node is then also a WebFinger server, so you can do
WebFinger lookups on gmail or facebook email addresses.Consider it a WebFinger fallback.
One node is currently running at http://webfist.org/
The plan is to have a big pool of WebFist servers, like NTP pools.
Written by Brad Fitzpatrick and Brett Slatkin at IndieWebCamp in
Portland on 2013-06-23.STATUS: quick hack, made while racing against demo time. It works, but
could use some polish.