13 lines
407 B
JavaScript
13 lines
407 B
JavaScript
/**
|
|
* :::warning Deprecated
|
|
* This module is replaced in v5. Read more at: https://authjs.dev/getting-started/migrating-to-v5#authenticating-server-side
|
|
* :::
|
|
*
|
|
* @module next
|
|
*/
|
|
throw new ReferenceError([
|
|
'"next-auth/next" is deprecated. If you are not ready to migrate, keep using "next-auth@4".',
|
|
"Read more on https://authjs.dev/getting-started/migrating-to-v5",
|
|
].join("\n"));
|
|
export {};
|