How should I do this?

If I want to make a login that if you log into one thing you open a needle project and if you login into the other you open another needle project. Like, I must make a web for the login and then I putu the needle projects on the corresponding subdomain?

Original Post on Discord

by user 483253293477265409

You can get really fancy with it, but what we did was have a publicly-accessible glitch.me site that accepted and URL parameters to set up the scene. The details all come from a separate site that handles logins and access control levels, so valid users are able to load the environment together.

by user 361212563452723200

Do you have the link available so I can see if it’s the same that I want to do?

by user 483253293477265409

@AFR , sorry I missed this last month! I don’t; it’s internal, but basically it;s a public URL (we don’t post it anywhere) and then the specific room is loaded up as a link within the separate login site. It’s kind of hacky, but it works.

by user 361212563452723200

(Please note that this is not the “best” solution!)

by user 361212563452723200

I was thinking of that solution but won’t that cause that if you know the second public url then the auth is basically bypassed?

by user 483253293477265409

The goal with ours is that it’s room-specific. We don’t care if someone accesses the experience, we care if they’re in the same room as someone else.

by user 361212563452723200