9 lines
306 B
TypeScript
9 lines
306 B
TypeScript
/**
|
|
* :::warning Not recommended
|
|
* In NextAuth.js v5 or newer, we recommend other authentication methods server-side. Read more at: https://authjs.dev/getting-started/migrating-to-v5#authenticating-server-side
|
|
* :::
|
|
*
|
|
* @module jwt
|
|
*/
|
|
export * from "@auth/core/jwt";
|
|
//# sourceMappingURL=jwt.d.ts.map
|