Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indiekit as an independent Micropub client #529

Open
paulrobertlloyd opened this issue Dec 15, 2022 · 0 comments
Open

Indiekit as an independent Micropub client #529

paulrobertlloyd opened this issue Dec 15, 2022 · 0 comments
Labels
core Core indiekit package enhancement New feature or request
Milestone

Comments

@paulrobertlloyd
Copy link
Collaborator

Right now, Indiekit only allows you to authenticate with the URL setting up in the configuration file, and it uses default/configured endpoint. This prevents Indiekit servers being usable by anyone with their own separate IndieAuth and Micropub endpoints.

Ideally, there should be a (default) option to sign in using the configured publication URL. If this is selected, then configured values endpoint values are used. However, if another URL is entered, endpoint discovery should be performed to find IndieAuth and Micropub endpoints.

Given the application communicates with itself using the Micropub API (not directly with the database), so once this remaining discovery piece is added, the rest should work without much intervention 🤞

(This is also likely a pre-requisite for #308)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core indiekit package enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant