-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add an IndieAuth authorization endpoint
This change implements an IndieAuth¹ server and adds it to home. It enables Dmitri Shuralyov to sign in to other websites that support the IndieAuth protocol via my own authorization endpoint. This can work in a situation where github.com is down or otherwise unavailable. It also gives me more control over whether to proceed with signing in to some website or not (e.g., for now, the consent screen is always shown on each sign in, rather than just the first time). ¹ https://indieauth.spec.indieweb.org/ Updates #34.
- Loading branch information
Showing
5 changed files
with
430 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.