readthedocs.org icon indicating copy to clipboard operation
readthedocs.org copied to clipboard

Auth: add a cookie to pin user to beta instance

Open agjohnson opened this issue 1 year ago • 1 comments
trafficstars

On login or maybe on use of the beta dashboard, we should set a cookie or session variable to redirect the user to the beta dashboard whenever they log in. The notification links will be temporary

agjohnson avatar Mar 28 '24 17:03 agjohnson

On login or maybe on use of the beta dashboard

I think this won't work since we need the beta=true cookie to be on readthedocs.org not on the beta dashboard domain. However, I suppose that we can set the cookie when the user clicks on the notification to go to the new dashboard from the old dashboard

Screenshot_2024-04-25_12-00-33

and remove when they click on the notification from the new dashboard.

Screenshot_2024-04-25_12-01-44

I suppose we will need to modify that link with something like readthedocs.org/?cookie=remove and remove the cookie from Django since it's also a different domain.

humitos avatar Apr 25 '24 10:04 humitos

From our offsite, I believe we decided to make this a profile setting instead of a cookie.

agjohnson avatar May 22 '24 02:05 agjohnson

I think we shouldn't do this work at this point considering that we are deploying app. today. We probably just can make the switch and make app. official after a few weeks or a month from now. The new dashboard has been pretty solid lately.

humitos avatar May 28 '24 11:05 humitos

We talked about not doing this issue and try to move more users to the new dashboard by doing other small tasks.

humitos avatar Jun 04 '24 17:06 humitos