IndieAuth IndieAuth IndieWeb Living Standard 11 July 2024 This version: Test suite: Previous version: Editor: Aaron Parecki Repository: Github Issues Commits Please check the errata for any errors or issues reported since publication. License: Per CC0 , to the extent possible und…
IndieAuth IndieAuth W3C Working Group Note 23 January 2018 This version: https://www.w3.org/TR/2018/NOTE-indieauth-20180123/ Latest published version: https://www.w3.org/TR/indieauth/ Latest editor's draft: https://indieauth.spec.indieweb.org/ Test suite: https://indieauth.rocks/…
What is IndieAuth? IndieAuth is a way for doing Web sign-in, where you use your own homepage or author post URL( usually /author/authorname ) to sign in to other places. It is built on top of OAuth 2.0, which is used by many websites. Why IndieAuth? IndieAuth is an extension to O…
Category:IndieAuth - IndieWeb Jump to content Help From IndieWeb (Redirected from IndieAuth-spec This category is a collection of all pages related to IndieAuth. Main article: IndieAuth IndieAuth Protocol Living Spec: W3C NOTE: RelMeAuth RelMeAuth web-sign-in-protocol - identifyi…
…ill be key for this site in the future. Those services rely on a process called IndieAuth , which takes the data from your site’s h-card and rel="me" links, then leverages authentication protocols of existing services to bootstrap your own identity. As they say on the site: Indie…
…d your micropub endpoint. Note: The sequence diagram needs updating to show the indieauth server metadata discovery step. Manually obtaining your access token You can use Sebastiaan Andeweg ’s Homebrew Access Token to manually walk through the entire flow if you need to grab a to…
… "sign in to post" button. TODO: screenshot mockup 2. Barnaby's site begins the IndieAuth "authentication" flow to discover Aaron's website and his micropub endpoint. The request only includes the "comment" (or maybe "preview"?) scope value, and not the "post" scope, since Barnab…
…nting helpful messages to the user SHOULD support endpoint discovery given an [ IndieAuth ] identity URL Servers A conforming Micropub server: MUST support both header and form parameter methods of authentication MUST support x-www-form-urlencoded requests for creating posts MUST…
…nting helpful messages to the user SHOULD support endpoint discovery given an [ IndieAuth ] identity URL Editing Clients A conforming Micropub client that edits posts: MUST support sending x-www-form-urlencoded requests must support the [ h-entry ] vocabulary Servers A conforming…
IndieAuth and Webmentions on Neocities | neonaut IndieAuth and Webmentions on Neocities 10/19/19 Categories: Development Tags: Web Development ~/contents IndieAuth I’ve been meaning to look into webmentions for a while now. I set up a protonmail account and linked it to the site …
…nting helpful messages to the user SHOULD support endpoint discovery given an [ IndieAuth ] identity URL 2.1.2 Editing Clients A conforming Micropub client that edits posts: MUST support sending JSON-encoded requests MUST support the [ h-entry ] vocabulary 2.1.3 Servers A conform…
…ssible to configure an API client by authenticating as your domain name using [ IndieAuth ]. After signing in, your domain needs a way to specify the API endpoint the client will use to create new posts. Add a <link> tag in the HTML head of your home page, or send an HTTP Link he…
…possible to configure an API client by authenticating as your domain name using IndieAuth. After signing in, your domain needs a way to specify the API endpoint the client will use to create new posts. Add a <link> tag in the HTML head of your home page, or send an HTTP Link head…
… capabilities and those capabilities are edited based on scope by the WordPress IndieAuth plugin. The create, draft, update, delete, and media scopes are supported. The profile scope is listed but currently is not implemented as a capability. Aaron Parecki requires the "create" s…
…possible to configure an API client by authenticating as your domain name using IndieAuth. After signing in, your domain needs a way to specify the API endpoint the client will use to create new posts. Add a <link> tag in the HTML head of your home page, or send an HTTP Link head…