Hi!
I have noticed that after #82 the state query parameter is set internally by Ueberauth to perform CSRF validation.
The question now is, can we still pass custom state data during the OAuth process? Does anyone know how?
It seems that whatever you pass via the state query param gets overwritten with Ueberauth's CSRF token. This breaks our app logic, which uses state to know where to redirect users after login.
Thanks!