opentower / populus-viewer

A Social Annotation Tool Powered by Matrix
https://opentower.github.io/populus-viewer
GNU Affero General Public License v3.0
120 stars 7 forks source link

Invite links for collections #111

Closed gleachkr closed 2 years ago

gleachkr commented 2 years ago

There should be a mechanism for sharing a link that causes a user to join a collection.

gleachkr commented 2 years ago

OK, it seems like it will work to use query parameters, even if the link is also automating registration. The redirect for SSO login will need to be modified to paste the query parameters on to the redirectUrl, but this ought to be legal, per 11.23.1.1.2. So once we pass the right parameters along, we just need to catch them in splash.js and index.js.

gleachkr commented 2 years ago

Actually it just uses window.location.href, so the query parameters are already included.

gleachkr commented 2 years ago

Closed by c228b225a6010b6281c73d2f2ef9e8f9f4c21cf5.