mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* types * add `redirectProxy` option * ignore if no state * empty commit * tweak proxy detection * add origin proxy check to checks * run randomstate decode * don't generate state data when no proxy * ignore next-2 * update dev app * clarify `UnknownAction` error * rename to `AUTH_REDIRECT_PROXY_URL` * simplify state * clear todos * cleanup * clarify comment * use `InalidChecks` error * simplify * clarify errors * add debug logger to redirect proxy * add proxy redirect logger * don't throw error when no origin on proxy * fix redirect_uri in callback * add docs/guide * sort imports * docs: rephrase