Feature request: Support Client ID Metadata Documents #446
Labels
No labels
Code
Contacts
Design
F-Droid
IndieWeb
Location
Mastodon
Media
Pixelfed
Pleroma
Posting
Question
Reader
Tracker
Translation
Usability
bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
inhji/indiepass-android#446
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
IndiePass currently provides a URL to a HTML page as its
client_idparameter.The latest IndieAuth spec recommends making this URL point to a JSON file instead.
See: https://github.com/indieweb/indieauth/issues/133 and https://indieauth.spec.indieweb.org/#client-information-discovery
Hopefully this should be as simple as providing a suitable JSON file on https://indiepass.app/ and changing the client ID to point to it.