@oauth42/next 0.4.2 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -111,4 +111,4 @@ declare const getServerSession: typeof getOAuth42Session;
|
|
|
111
111
|
*/
|
|
112
112
|
declare function refreshAccessToken(token: any, clientId: string, clientSecret: string, issuer?: string): Promise<any>;
|
|
113
113
|
|
|
114
|
-
export { type CreateAuthOptions as C,
|
|
114
|
+
export { type CreateAuthOptions as C, type OAuth42Profile as O, OAuth42Provider as a, type OAuth42ProviderOptions as b, createAuth as c, getServerSession as d, withOAuth42Session as e, createHandlers as f, getOAuth42Session as g, refreshAccessToken as r, withOAuth42ServerSideProps as w };
|
|
@@ -111,4 +111,4 @@ declare const getServerSession: typeof getOAuth42Session;
|
|
|
111
111
|
*/
|
|
112
112
|
declare function refreshAccessToken(token: any, clientId: string, clientSecret: string, issuer?: string): Promise<any>;
|
|
113
113
|
|
|
114
|
-
export { type CreateAuthOptions as C,
|
|
114
|
+
export { type CreateAuthOptions as C, type OAuth42Profile as O, OAuth42Provider as a, type OAuth42ProviderOptions as b, createAuth as c, getServerSession as d, withOAuth42Session as e, createHandlers as f, getOAuth42Session as g, refreshAccessToken as r, withOAuth42ServerSideProps as w };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CreateAuthOptions,
|
|
1
|
+
export { C as CreateAuthOptions, O as OAuth42Profile, a as OAuth42Provider, b as OAuth42ProviderOptions, c as createAuth, g as getOAuth42Session, d as getServerSession, r as refreshAccessToken, w as withOAuth42ServerSideProps, e as withOAuth42Session } from './auth-BThRQMzh.mjs';
|
|
2
2
|
export { OAuth42AuthOptions, createMiddlewareConfig, withOAuth42Auth } from './middleware/index.mjs';
|
|
3
3
|
import { DefaultSession } from 'next-auth';
|
|
4
4
|
export { Session, User } from 'next-auth';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CreateAuthOptions,
|
|
1
|
+
export { C as CreateAuthOptions, O as OAuth42Profile, a as OAuth42Provider, b as OAuth42ProviderOptions, c as createAuth, g as getOAuth42Session, d as getServerSession, r as refreshAccessToken, w as withOAuth42ServerSideProps, e as withOAuth42Session } from './auth-BThRQMzh.js';
|
|
2
2
|
export { OAuth42AuthOptions, createMiddlewareConfig, withOAuth42Auth } from './middleware/index.js';
|
|
3
3
|
import { DefaultSession } from 'next-auth';
|
|
4
4
|
export { Session, User } from 'next-auth';
|
package/dist/server/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CreateAuthOptions,
|
|
1
|
+
export { C as CreateAuthOptions, a as OAuth42Provider, c as createAuth, f as createHandlers, g as getOAuth42Session, d as getServerSession, r as refreshAccessToken, w as withOAuth42ServerSideProps, e as withOAuth42Session } from '../auth-BThRQMzh.mjs';
|
|
2
2
|
export { default as NextAuth, NextAuthOptions } from 'next-auth';
|
|
3
3
|
export { OAuth42AuthOptions, createMiddlewareConfig, withOAuth42Auth } from '../middleware/index.mjs';
|
|
4
4
|
import { NextRequest, NextResponse } from 'next/server';
|
package/dist/server/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CreateAuthOptions,
|
|
1
|
+
export { C as CreateAuthOptions, a as OAuth42Provider, c as createAuth, f as createHandlers, g as getOAuth42Session, d as getServerSession, r as refreshAccessToken, w as withOAuth42ServerSideProps, e as withOAuth42Session } from '../auth-BThRQMzh.js';
|
|
2
2
|
export { default as NextAuth, NextAuthOptions } from 'next-auth';
|
|
3
3
|
export { OAuth42AuthOptions, createMiddlewareConfig, withOAuth42Auth } from '../middleware/index.js';
|
|
4
4
|
import { NextRequest, NextResponse } from 'next/server';
|