indieweb | IndieWeb integration for Drupal | Blog library
kandi X-RAY | indieweb Summary
kandi X-RAY | indieweb Summary
IndieWeb integration for Drupal
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Post API endpoint .
- Fetch items .
- The microsub endpoint .
- Verify user token .
- Check if the webhook is valid .
- Base field definitions .
- Handle webment queue .
- Callback handler .
- Get post types .
- Reset thread depth .
indieweb Key Features
indieweb Examples and Code Snippets
Community Discussions
Trending Discussions on indieweb
QUESTION
I have previously used OpenID 2.0 identities and delegation [1] in the context of indieweb use-cases, where there is an assumption that each user controls a domain. So an identity would look like https://example.com
Can an OpenID 2.0 identity take the form of a URL, rather than just a domain? For example, both https://example.com/alice
and https://example.com/bob
would be:
- valid, independent identities
- could each delegate to a separate identity provider
[1] Not OpenID Connect, which does not support delegation
...ANSWER
Answered 2017-Nov-13 at 11:19User-supplied identifiers must be normalized. If the input gets treated as HTTP(S) URL:
- Use
http
if no scheme is specified - Strip off the fragment (including the
#
) - Follow redirects
- Normalize the destination URL according to RFC 3986
Appendix A.1. gives some normalization examples: the inputs example.com
and http://example.com
would become http://example.com/
.
So an identifier can’t be just a domain, it has to be a URL. And there is no relevant difference between the URLs https://example.com/
and https://example.com/foo
. This means it’s perfectly fine to provide multiple identities under the same host/domain.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install indieweb
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page