Keeping custom state across the Überauth OAuth flow in Elixir
Überauth now uses the OAuth state parameter for CSRF protection, so custom state gets overwritten. Keep it in the session between request and callback instead.
1 min read#elixir#ueberauth#oauth