You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2019. It is now read-only.
Just to give everyone else context, we took a crack at this and Passport complicates the matter because of the way it monkey patches http.req. The code we ended up with on the first pass seemed dirtier than having some repetition so we backed out the changes. Ugh.
Logic in the passport library was conflicting in scope with Anvil
Connect's own provider handling.
Now, strategies are interfaced with directly, and there is no need to
bring in the passport library itself.
This maintains compatibility with existing passport strategies.
Fixes#143
There exists a number of passages of code in signin, signup, and signout which are repeated throughout with minor differences.
The text was updated successfully, but these errors were encountered: