Files
archived-next-auth/apps/dev/nextjs
Balázs Orbán 9eeea02fe2 feat: redirect proxy (#7326)
* 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
2023-04-20 09:53:44 +01:00
..
2023-04-20 09:53:44 +01:00
2023-01-18 19:43:50 +07:00
2023-01-18 19:43:50 +07:00
2023-04-19 10:35:34 +02:00
2023-01-18 19:43:50 +07:00
2023-04-19 10:40:42 +02:00

NextAuth.js Development App

This folder contains a Next.js app using NextAuth.js for local development. See the following section on how to start:

Setting up local environment