/idp landing: name pilot as the example sign-in client (#288)#289
Merged
melvincarvalho merged 1 commit intoApr 22, 2026
Conversation
…idServer#288) Sign-in note used to read "Sign in from inside the Solid app you want to use" — honest about today's standalone-login gap, but vague. Names pilot as a concrete onramp instead: Already have an account? Sign in from a Solid app — for example, pilot is a minimal console you can open right now. Point it at this server and click Sign In. Pilot's gh-pages deploy at https://solid-apps.github.io/pilot/ is the target — same URL we already publish from, so no new coordination. Mashlib stays unmentioned by design. It auto-injects on every pod resource via --mashlib-module and serves a different role (the data browser, always-there plumbing). Pilot is the inviting first impression this landing was missing. Adds a small CSS rule so the link is styled as a real link rather than inline text. Updates the existing landing test to assert the pilot URL is present.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #288.
Change
Sign-in note on the `/idp` landing used to read "Sign in from inside the Solid app you want to use" — honest about today's standalone-login gap, but vague. Names pilot as a concrete onramp instead:
5-line change in `landingPage()` plus a small CSS rule so the link looks like a link.
Why pilot, not mashlib
Different roles:
Both still have a place. The landing just names the inviting one.
Files
Test plan