Rotonde / rotonde-client

Rotonde Base Client
https://client-neauoire.hashbase.io/
MIT License
227 stars 49 forks source link

Feature Discussion: Back to my site #128

Closed kodedninja closed 7 years ago

kodedninja commented 7 years ago

What I'm really missing is the possibility to go to my site from another one with one click. Now I have to do this either with the Back button in Beaker, or I must open the other site in a new tab.

Possible solution: saving a cookie with the url of your site and showing a link with that on every other site.

Opinions?

0x0ade commented 7 years ago

We can't access cookies from another domain. And even if we could (something coming to my mind: iframes as "proxy"), we'd need to choose upon a central domain to use.

I think it's better to wait for Beaker 0.8's app functionality - then we could just link to app://rotonde, which should be the current user's portal. They can still change the app name, but we shouldn't care about that.

kodedninja commented 7 years ago

Didn't know about that feature. You're right. 😄