Closed sverhoeven closed 1 year ago
On https://github.com/i-VRESSE/bartended-haddock3 we want to have social logins. To get the access token we need the social platform to redirect to the bartended-haddock3 web app which can then call the bartender routes. See https://github.com/i-VRESSE/bartended-haddock3/blob/main/app/routes/auth/%24provider/callback.ts#L13
Also replaces complicated enum with literal.
Want a review on this one @sverhoeven ?
Thanks for reviewing. I agree, this OAuth2 stuff is not easy.
On https://github.com/i-VRESSE/bartended-haddock3 we want to have social logins. To get the access token we need the social platform to redirect to the bartended-haddock3 web app which can then call the bartender routes. See https://github.com/i-VRESSE/bartended-haddock3/blob/main/app/routes/auth/%24provider/callback.ts#L13
Also replaces complicated enum with literal.