rjp44 / open-follow

GNU Affero General Public License v3.0
0 stars 0 forks source link

Should adopt a more traditional OAuth flow #18

Closed rjp44 closed 1 year ago

rjp44 commented 1 year ago

Current system of popping n new browser window for the OAuth action, then taking a callback into the backend with a long poll for completion on the front end is much nicer for maintaining React state, but it breaks things like mobile and causes strange artifacts in some circumstances. Get rid of this and go to a more traditional full page redirect back to a full reload of the app on each auth :(

rjp44 commented 1 year ago

fixed by 7a2750ba11b2b791f035359e0a0a20f227105e21