tutorbookapp / old-tutorbook

Source available code for Tutorbook's progressive web app (PWA).
https://tutorbook.app
Other
13 stars 10 forks source link

fix(app): actually use proper URL queries #263

Closed nicholaschiang closed 4 years ago

nicholaschiang commented 4 years ago

When we onboard a user we have to find a way to send the logged in app the user's info that they entered when before they were redirected to Google to login (right now, we only support a Google login, see #262). Right now, we're using an incorrect URL query format (e.g. https://tutorbook.app/app/?redirect=home?type=Tutor?cards=setupNotifications+setupProfile?auth=true).

We want to fix those URL queries to be in a valid format using & after the first ?.