Nathan Gathright on Nostr: npub1ln5q8…5xyw6 A redirect could work. It could even take advantage of the ...
npub1ln5q8np5aezhtt7ztv6tah86xk4t3smjuchdvxp0u6uta056204q45xyw6 (npub1ln5…xyw6) A redirect could work. It could even take advantage of the localStorage token we save for comments.
1. User visits AP Bridge in a browser, get redirected to a Podcastindex.org page with a query parameter like `?redirect=activitypub`
2. With that query param, PodcastIndex.org immediately checks localStorage.
2a. If there’s a saved value, redirect the user to `https://${homeserver}/authorize_interaction?uri=${apURI}`
2b. If not, prompt the user for their home instance and then redirect.
1. User visits AP Bridge in a browser, get redirected to a Podcastindex.org page with a query parameter like `?redirect=activitypub`
2. With that query param, PodcastIndex.org immediately checks localStorage.
2a. If there’s a saved value, redirect the user to `https://${homeserver}/authorize_interaction?uri=${apURI}`
2b. If not, prompt the user for their home instance and then redirect.