@aura-stack/auth 0.1.0-rc.3 → 0.1.0-rc.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.
Files changed (46) hide show
  1. package/dist/@types/index.d.cts +1 -1
  2. package/dist/@types/index.d.ts +1 -1
  3. package/dist/@types/router.d.d.cts +1 -1
  4. package/dist/@types/router.d.d.ts +1 -1
  5. package/dist/actions/callback/access-token.d.cts +1 -1
  6. package/dist/actions/callback/access-token.d.ts +1 -1
  7. package/dist/actions/callback/callback.d.cts +1 -1
  8. package/dist/actions/callback/callback.d.ts +1 -1
  9. package/dist/actions/callback/userinfo.d.cts +1 -1
  10. package/dist/actions/callback/userinfo.d.ts +1 -1
  11. package/dist/actions/index.d.cts +1 -1
  12. package/dist/actions/index.d.ts +1 -1
  13. package/dist/actions/index.js +4 -4
  14. package/dist/actions/signIn/authorization.d.cts +1 -1
  15. package/dist/actions/signIn/authorization.d.ts +1 -1
  16. package/dist/actions/signIn/signIn.d.cts +1 -1
  17. package/dist/actions/signIn/signIn.d.ts +1 -1
  18. package/dist/cookie.d.ts +1 -1
  19. package/dist/error.d.ts +1 -1
  20. package/dist/{index-BIop4-KU.d.ts → index-bhqqOq40.d.ts} +2 -2
  21. package/dist/index.d.ts +1 -1
  22. package/dist/index.js +6 -6
  23. package/dist/oauth/bitbucket.d.cts +1 -1
  24. package/dist/oauth/bitbucket.d.ts +1 -1
  25. package/dist/oauth/discord.d.cts +1 -1
  26. package/dist/oauth/discord.d.ts +1 -1
  27. package/dist/oauth/figma.d.cts +1 -1
  28. package/dist/oauth/figma.d.ts +1 -1
  29. package/dist/oauth/github.d.cts +1 -1
  30. package/dist/oauth/github.d.ts +1 -1
  31. package/dist/oauth/gitlab.d.cts +1 -1
  32. package/dist/oauth/gitlab.d.ts +1 -1
  33. package/dist/oauth/index.d.cts +1 -1
  34. package/dist/oauth/index.d.ts +1 -1
  35. package/dist/oauth/index.js +4 -4
  36. package/dist/oauth/spotify.d.cts +1 -1
  37. package/dist/oauth/spotify.d.ts +1 -1
  38. package/dist/oauth/x.d.cts +1 -1
  39. package/dist/oauth/x.d.ts +1 -1
  40. package/dist/secure.d.ts +1 -1
  41. package/package.json +1 -1
  42. package/dist/@types/module.cjs +0 -1
  43. package/dist/@types/module.d.cts +0 -16
  44. package/dist/@types/module.d.ts +0 -16
  45. package/dist/@types/module.js +0 -0
  46. package/dist/{chunk-NWSD4JNX.js → chunk-VFTYH33W.js} +3 -3
@@ -4,6 +4,6 @@ import '../schemas.cjs';
4
4
  import '@aura-stack/router';
5
5
  import 'cookie';
6
6
  export { LiteralUnion, Prettify } from './utility.cjs';
7
- export { y as AccessTokenError, c as AuthConfig, d as AuthInstance, A as AuthRuntimeConfig, w as AuthorizationError, C as CookieConfig, a as CookieConfigInternal, b as CookieName, u as CookieStrategyOptions, E as ErrorType, H as HostCookie, n as JWTStandardClaims, J as JoseInstance, v as OAuthError, q as OAuthProvider, p as OAuthProviderConfig, O as OAuthProviderCredentials, R as RouterGlobalContext, r as SecureCookie, o as Session, t as StandardCookie, T as TokenRevocationError, U as User } from '../index-DtsgAA4Y.cjs';
7
+ export { y as AccessTokenError, c as AuthConfig, d as AuthInstance, A as AuthRuntimeConfig, w as AuthorizationError, C as CookieConfig, a as CookieConfigInternal, b as CookieName, t as CookieStrategyOptions, E as ErrorType, H as HostCookie, J as JWTStandardClaims, u as JoseInstance, v as OAuthError, p as OAuthProvider, o as OAuthProviderConfig, O as OAuthProviderCredentials, R as RouterGlobalContext, q as SecureCookie, n as Session, r as StandardCookie, T as TokenRevocationError, U as User } from '../index-Bht8X2D9.cjs';
8
8
  import '@aura-stack/jose/jose';
9
9
  import 'zod/v4/core';
@@ -4,6 +4,6 @@ import '../schemas.js';
4
4
  import '@aura-stack/router';
5
5
  import 'cookie';
6
6
  export { LiteralUnion, Prettify } from './utility.js';
7
- export { y as AccessTokenError, c as AuthConfig, d as AuthInstance, A as AuthRuntimeConfig, w as AuthorizationError, C as CookieConfig, a as CookieConfigInternal, b as CookieName, u as CookieStrategyOptions, E as ErrorType, H as HostCookie, n as JWTStandardClaims, J as JoseInstance, v as OAuthError, q as OAuthProvider, p as OAuthProviderConfig, O as OAuthProviderCredentials, R as RouterGlobalContext, r as SecureCookie, o as Session, t as StandardCookie, T as TokenRevocationError, U as User } from '../index-BIop4-KU.js';
7
+ export { y as AccessTokenError, c as AuthConfig, d as AuthInstance, A as AuthRuntimeConfig, w as AuthorizationError, C as CookieConfig, a as CookieConfigInternal, b as CookieName, t as CookieStrategyOptions, E as ErrorType, H as HostCookie, J as JWTStandardClaims, u as JoseInstance, v as OAuthError, p as OAuthProvider, o as OAuthProviderConfig, O as OAuthProviderCredentials, R as RouterGlobalContext, q as SecureCookie, n as Session, r as StandardCookie, T as TokenRevocationError, U as User } from '../index-bhqqOq40.js';
8
8
  import '@aura-stack/jose/jose';
9
9
  import 'zod/v4/core';
@@ -1,4 +1,4 @@
1
- import { R as RouterGlobalContext } from '../index-DtsgAA4Y.cjs';
1
+ import { R as RouterGlobalContext } from '../index-Bht8X2D9.cjs';
2
2
  import 'zod/v4';
3
3
  import '../jose.cjs';
4
4
  import '@aura-stack/jose/jose';
@@ -1,4 +1,4 @@
1
- import { R as RouterGlobalContext } from '../index-BIop4-KU.js';
1
+ import { R as RouterGlobalContext } from '../index-bhqqOq40.js';
2
2
  import 'zod/v4';
3
3
  import '../jose.js';
4
4
  import '@aura-stack/jose/jose';
@@ -1,4 +1,4 @@
1
- import { O as OAuthProviderCredentials } from '../../index-DtsgAA4Y.cjs';
1
+ import { O as OAuthProviderCredentials } from '../../index-Bht8X2D9.cjs';
2
2
  import 'zod/v4';
3
3
  import '../../jose.cjs';
4
4
  import '@aura-stack/jose/jose';
@@ -1,4 +1,4 @@
1
- import { O as OAuthProviderCredentials } from '../../index-BIop4-KU.js';
1
+ import { O as OAuthProviderCredentials } from '../../index-bhqqOq40.js';
2
2
  import 'zod/v4';
3
3
  import '../../jose.js';
4
4
  import '@aura-stack/jose/jose';
@@ -1,5 +1,5 @@
1
1
  import * as _aura_stack_router from '@aura-stack/router';
2
- import { A as AuthRuntimeConfig } from '../../index-DtsgAA4Y.cjs';
2
+ import { A as AuthRuntimeConfig } from '../../index-Bht8X2D9.cjs';
3
3
  import 'zod/v4';
4
4
  import '../../jose.cjs';
5
5
  import '@aura-stack/jose/jose';
@@ -1,5 +1,5 @@
1
1
  import * as _aura_stack_router from '@aura-stack/router';
2
- import { A as AuthRuntimeConfig } from '../../index-BIop4-KU.js';
2
+ import { A as AuthRuntimeConfig } from '../../index-bhqqOq40.js';
3
3
  import 'zod/v4';
4
4
  import '../../jose.js';
5
5
  import '@aura-stack/jose/jose';
@@ -1,4 +1,4 @@
1
- import { O as OAuthProviderCredentials, U as User } from '../../index-DtsgAA4Y.cjs';
1
+ import { O as OAuthProviderCredentials, U as User } from '../../index-Bht8X2D9.cjs';
2
2
  import 'zod/v4';
3
3
  import '../../jose.cjs';
4
4
  import '@aura-stack/jose/jose';
@@ -1,4 +1,4 @@
1
- import { O as OAuthProviderCredentials, U as User } from '../../index-BIop4-KU.js';
1
+ import { O as OAuthProviderCredentials, U as User } from '../../index-bhqqOq40.js';
2
2
  import 'zod/v4';
3
3
  import '../../jose.js';
4
4
  import '@aura-stack/jose/jose';
@@ -4,7 +4,7 @@ export { sessionAction } from './session/session.cjs';
4
4
  export { signOutAction } from './signOut/signOut.cjs';
5
5
  export { csrfTokenAction } from './csrfToken/csrfToken.cjs';
6
6
  import '@aura-stack/router';
7
- import '../index-DtsgAA4Y.cjs';
7
+ import '../index-Bht8X2D9.cjs';
8
8
  import 'zod/v4';
9
9
  import '../jose.cjs';
10
10
  import '@aura-stack/jose/jose';
@@ -4,7 +4,7 @@ export { sessionAction } from './session/session.js';
4
4
  export { signOutAction } from './signOut/signOut.js';
5
5
  export { csrfTokenAction } from './csrfToken/csrfToken.js';
6
6
  import '@aura-stack/router';
7
- import '../index-BIop4-KU.js';
7
+ import '../index-bhqqOq40.js';
8
8
  import 'zod/v4';
9
9
  import '../jose.js';
10
10
  import '@aura-stack/jose/jose';
@@ -1,8 +1,4 @@
1
1
  import "../chunk-ITQ7352M.js";
2
- import {
3
- callbackAction
4
- } from "../chunk-HGJ4TXY4.js";
5
- import "../chunk-RLT4RFKV.js";
6
2
  import {
7
3
  csrfTokenAction
8
4
  } from "../chunk-SMQO5WD7.js";
@@ -16,6 +12,10 @@ import {
16
12
  signOutAction
17
13
  } from "../chunk-SJPDVKUS.js";
18
14
  import "../chunk-CAKJT3KS.js";
15
+ import {
16
+ callbackAction
17
+ } from "../chunk-HGJ4TXY4.js";
18
+ import "../chunk-RLT4RFKV.js";
19
19
  import "../chunk-UJJ7R56J.js";
20
20
  import "../chunk-ZV4BH47P.js";
21
21
  import "../chunk-6SM22VVJ.js";
@@ -1,4 +1,4 @@
1
- import { O as OAuthProviderCredentials } from '../../index-DtsgAA4Y.cjs';
1
+ import { O as OAuthProviderCredentials } from '../../index-Bht8X2D9.cjs';
2
2
  import 'zod/v4';
3
3
  import '../../jose.cjs';
4
4
  import '@aura-stack/jose/jose';
@@ -1,4 +1,4 @@
1
- import { O as OAuthProviderCredentials } from '../../index-BIop4-KU.js';
1
+ import { O as OAuthProviderCredentials } from '../../index-bhqqOq40.js';
2
2
  import 'zod/v4';
3
3
  import '../../jose.js';
4
4
  import '@aura-stack/jose/jose';
@@ -1,5 +1,5 @@
1
1
  import * as _aura_stack_router from '@aura-stack/router';
2
- import { A as AuthRuntimeConfig } from '../../index-DtsgAA4Y.cjs';
2
+ import { A as AuthRuntimeConfig } from '../../index-Bht8X2D9.cjs';
3
3
  import 'zod/v4';
4
4
  import '../../jose.cjs';
5
5
  import '@aura-stack/jose/jose';
@@ -1,5 +1,5 @@
1
1
  import * as _aura_stack_router from '@aura-stack/router';
2
- import { A as AuthRuntimeConfig } from '../../index-BIop4-KU.js';
2
+ import { A as AuthRuntimeConfig } from '../../index-bhqqOq40.js';
3
3
  import 'zod/v4';
4
4
  import '../../jose.js';
5
5
  import '@aura-stack/jose/jose';
package/dist/cookie.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { SerializeOptions } from 'cookie';
2
2
  export { parse } from 'cookie';
3
3
  import { JWTPayload } from '@aura-stack/jose/jose';
4
- import { C as CookieConfig, a as CookieConfigInternal, b as CookieName, A as AuthRuntimeConfig } from './index-BIop4-KU.js';
4
+ import { C as CookieConfig, a as CookieConfigInternal, b as CookieName, A as AuthRuntimeConfig } from './index-bhqqOq40.js';
5
5
  import { LiteralUnion } from './@types/utility.js';
6
6
  import 'zod/v4';
7
7
  import './jose.js';
package/dist/error.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { E as ErrorType } from './index-BIop4-KU.js';
1
+ import { E as ErrorType } from './index-bhqqOq40.js';
2
2
  import { LiteralUnion } from './@types/utility.js';
3
3
  import 'zod/v4';
4
4
  import './jose.js';
@@ -527,7 +527,7 @@ type AccessTokenError = OAuthError<z.infer<typeof OAuthAccessTokenErrorResponse>
527
527
  type TokenRevocationError = OAuthError<"invalid_session_token" | "invalid_csrf_token" | "invalid_redirect_to">;
528
528
  type ErrorType = AuthorizationError["error"] | AccessTokenError["error"] | TokenRevocationError["error"];
529
529
  interface RouterGlobalContext {
530
- oauth: ReturnType<typeof createBuiltInOAuthProviders>;
530
+ oauth: Record<LiteralUnion<BuiltInOAuthProvider>, OAuthProviderCredentials>;
531
531
  jose: JoseInstance;
532
532
  basePath: string;
533
533
  cookies: CookieConfig;
@@ -552,4 +552,4 @@ interface AuthInstance {
552
552
  jose: JoseInstance;
553
553
  }
554
554
 
555
- export { type AuthRuntimeConfig as A, type BitbucketProfile as B, type CookieConfig as C, type DiscordProfile as D, type ErrorType as E, type FigmaProfile as F, type GitLabProfile as G, type HostCookie as H, type JoseInstance as J, type Nameplate as N, type OAuthProviderCredentials as O, type RouterGlobalContext as R, type SpotifyProfile as S, type TokenRevocationError as T, type User as U, type XProfile as X, type CookieConfigInternal as a, type CookieName as b, type AuthConfig as c, type AuthInstance as d, createBuiltInOAuthProviders as e, discord as f, gitlab as g, figma as h, bitbucket as i, type GitHubProfile as j, github as k, builtInOAuthProviders as l, type BuiltInOAuthProvider as m, type JWTStandardClaims as n, type Session as o, type OAuthProviderConfig as p, type OAuthProvider as q, type SecureCookie as r, spotify as s, type StandardCookie as t, type CookieStrategyOptions as u, type OAuthError as v, type AuthorizationError as w, x, type AccessTokenError as y };
555
+ export { type AuthRuntimeConfig as A, type BitbucketProfile as B, type CookieConfig as C, type DiscordProfile as D, type ErrorType as E, type FigmaProfile as F, type GitLabProfile as G, type HostCookie as H, type JWTStandardClaims as J, type Nameplate as N, type OAuthProviderCredentials as O, type RouterGlobalContext as R, type SpotifyProfile as S, type TokenRevocationError as T, type User as U, type XProfile as X, type CookieConfigInternal as a, type CookieName as b, type AuthConfig as c, type AuthInstance as d, discord as e, figma as f, gitlab as g, bitbucket as h, type GitHubProfile as i, github as j, builtInOAuthProviders as k, createBuiltInOAuthProviders as l, type BuiltInOAuthProvider as m, type Session as n, type OAuthProviderConfig as o, type OAuthProvider as p, type SecureCookie as q, type StandardCookie as r, spotify as s, type CookieStrategyOptions as t, type JoseInstance as u, type OAuthError as v, type AuthorizationError as w, x, type AccessTokenError as y };
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { c as AuthConfig, d as AuthInstance } from './index-BIop4-KU.js';
1
+ import { c as AuthConfig, d as AuthInstance } from './index-bhqqOq40.js';
2
2
  import 'zod/v4';
3
3
  import './jose.js';
4
4
  import '@aura-stack/jose/jose';
package/dist/index.js CHANGED
@@ -1,17 +1,12 @@
1
1
  import {
2
2
  createBuiltInOAuthProviders
3
- } from "./chunk-NWSD4JNX.js";
4
- import "./chunk-EBPE35JT.js";
3
+ } from "./chunk-VFTYH33W.js";
5
4
  import "./chunk-FKRDCWBF.js";
6
5
  import "./chunk-IKHPGFCW.js";
7
6
  import "./chunk-KRNOMBXQ.js";
8
7
  import "./chunk-E3OXBRYF.js";
9
8
  import "./chunk-42XB3YCW.js";
10
9
  import "./chunk-ITQ7352M.js";
11
- import {
12
- callbackAction
13
- } from "./chunk-HGJ4TXY4.js";
14
- import "./chunk-RLT4RFKV.js";
15
10
  import {
16
11
  csrfTokenAction
17
12
  } from "./chunk-SMQO5WD7.js";
@@ -25,8 +20,13 @@ import {
25
20
  signOutAction
26
21
  } from "./chunk-SJPDVKUS.js";
27
22
  import "./chunk-CAKJT3KS.js";
23
+ import {
24
+ callbackAction
25
+ } from "./chunk-HGJ4TXY4.js";
26
+ import "./chunk-RLT4RFKV.js";
28
27
  import "./chunk-UJJ7R56J.js";
29
28
  import "./chunk-FIPU4MLT.js";
29
+ import "./chunk-EBPE35JT.js";
30
30
  import {
31
31
  defaultCookieConfig
32
32
  } from "./chunk-ZV4BH47P.js";
@@ -1,4 +1,4 @@
1
- export { B as BitbucketProfile, i as bitbucket } from '../index-DtsgAA4Y.cjs';
1
+ export { B as BitbucketProfile, h as bitbucket } from '../index-Bht8X2D9.cjs';
2
2
  import '../@types/utility.cjs';
3
3
  import 'zod/v4';
4
4
  import '../jose.cjs';
@@ -1,4 +1,4 @@
1
- export { B as BitbucketProfile, i as bitbucket } from '../index-BIop4-KU.js';
1
+ export { B as BitbucketProfile, h as bitbucket } from '../index-bhqqOq40.js';
2
2
  import '../@types/utility.js';
3
3
  import 'zod/v4';
4
4
  import '../jose.js';
@@ -1,4 +1,4 @@
1
- export { D as DiscordProfile, N as Nameplate, f as discord } from '../index-DtsgAA4Y.cjs';
1
+ export { D as DiscordProfile, N as Nameplate, e as discord } from '../index-Bht8X2D9.cjs';
2
2
  import 'zod/v4';
3
3
  import '../jose.cjs';
4
4
  import '@aura-stack/jose/jose';
@@ -1,4 +1,4 @@
1
- export { D as DiscordProfile, N as Nameplate, f as discord } from '../index-BIop4-KU.js';
1
+ export { D as DiscordProfile, N as Nameplate, e as discord } from '../index-bhqqOq40.js';
2
2
  import 'zod/v4';
3
3
  import '../jose.js';
4
4
  import '@aura-stack/jose/jose';
@@ -1,4 +1,4 @@
1
- export { F as FigmaProfile, h as figma } from '../index-DtsgAA4Y.cjs';
1
+ export { F as FigmaProfile, f as figma } from '../index-Bht8X2D9.cjs';
2
2
  import 'zod/v4';
3
3
  import '../jose.cjs';
4
4
  import '@aura-stack/jose/jose';
@@ -1,4 +1,4 @@
1
- export { F as FigmaProfile, h as figma } from '../index-BIop4-KU.js';
1
+ export { F as FigmaProfile, f as figma } from '../index-bhqqOq40.js';
2
2
  import 'zod/v4';
3
3
  import '../jose.js';
4
4
  import '@aura-stack/jose/jose';
@@ -1,4 +1,4 @@
1
- export { j as GitHubProfile, k as github } from '../index-DtsgAA4Y.cjs';
1
+ export { i as GitHubProfile, j as github } from '../index-Bht8X2D9.cjs';
2
2
  import 'zod/v4';
3
3
  import '../jose.cjs';
4
4
  import '@aura-stack/jose/jose';
@@ -1,4 +1,4 @@
1
- export { j as GitHubProfile, k as github } from '../index-BIop4-KU.js';
1
+ export { i as GitHubProfile, j as github } from '../index-bhqqOq40.js';
2
2
  import 'zod/v4';
3
3
  import '../jose.js';
4
4
  import '@aura-stack/jose/jose';
@@ -1,4 +1,4 @@
1
- export { G as GitLabProfile, g as gitlab } from '../index-DtsgAA4Y.cjs';
1
+ export { G as GitLabProfile, g as gitlab } from '../index-Bht8X2D9.cjs';
2
2
  import 'zod/v4';
3
3
  import '../jose.cjs';
4
4
  import '@aura-stack/jose/jose';
@@ -1,4 +1,4 @@
1
- export { G as GitLabProfile, g as gitlab } from '../index-BIop4-KU.js';
1
+ export { G as GitLabProfile, g as gitlab } from '../index-bhqqOq40.js';
2
2
  import 'zod/v4';
3
3
  import '../jose.js';
4
4
  import '@aura-stack/jose/jose';
@@ -1,4 +1,4 @@
1
- export { B as BitbucketProfile, m as BuiltInOAuthProvider, D as DiscordProfile, F as FigmaProfile, j as GitHubProfile, G as GitLabProfile, N as Nameplate, S as SpotifyProfile, X as XProfile, i as bitbucket, l as builtInOAuthProviders, e as createBuiltInOAuthProviders, f as discord, h as figma, k as github, g as gitlab, s as spotify, x } from '../index-DtsgAA4Y.cjs';
1
+ export { B as BitbucketProfile, m as BuiltInOAuthProvider, D as DiscordProfile, F as FigmaProfile, i as GitHubProfile, G as GitLabProfile, N as Nameplate, S as SpotifyProfile, X as XProfile, h as bitbucket, k as builtInOAuthProviders, l as createBuiltInOAuthProviders, e as discord, f as figma, j as github, g as gitlab, s as spotify, x } from '../index-Bht8X2D9.cjs';
2
2
  import '../@types/utility.cjs';
3
3
  import 'zod/v4';
4
4
  import '../jose.cjs';
@@ -1,4 +1,4 @@
1
- export { B as BitbucketProfile, m as BuiltInOAuthProvider, D as DiscordProfile, F as FigmaProfile, j as GitHubProfile, G as GitLabProfile, N as Nameplate, S as SpotifyProfile, X as XProfile, i as bitbucket, l as builtInOAuthProviders, e as createBuiltInOAuthProviders, f as discord, h as figma, k as github, g as gitlab, s as spotify, x } from '../index-BIop4-KU.js';
1
+ export { B as BitbucketProfile, m as BuiltInOAuthProvider, D as DiscordProfile, F as FigmaProfile, i as GitHubProfile, G as GitLabProfile, N as Nameplate, S as SpotifyProfile, X as XProfile, h as bitbucket, k as builtInOAuthProviders, l as createBuiltInOAuthProviders, e as discord, f as figma, j as github, g as gitlab, s as spotify, x } from '../index-bhqqOq40.js';
2
2
  import '../@types/utility.js';
3
3
  import 'zod/v4';
4
4
  import '../jose.js';
@@ -1,10 +1,7 @@
1
1
  import {
2
2
  builtInOAuthProviders,
3
3
  createBuiltInOAuthProviders
4
- } from "../chunk-NWSD4JNX.js";
5
- import {
6
- discord
7
- } from "../chunk-EBPE35JT.js";
4
+ } from "../chunk-VFTYH33W.js";
8
5
  import {
9
6
  figma
10
7
  } from "../chunk-FKRDCWBF.js";
@@ -23,6 +20,9 @@ import {
23
20
  import {
24
21
  bitbucket
25
22
  } from "../chunk-FIPU4MLT.js";
23
+ import {
24
+ discord
25
+ } from "../chunk-EBPE35JT.js";
26
26
  export {
27
27
  bitbucket,
28
28
  builtInOAuthProviders,
@@ -1,4 +1,4 @@
1
- export { S as SpotifyProfile, s as spotify } from '../index-DtsgAA4Y.cjs';
1
+ export { S as SpotifyProfile, s as spotify } from '../index-Bht8X2D9.cjs';
2
2
  import 'zod/v4';
3
3
  import '../jose.cjs';
4
4
  import '@aura-stack/jose/jose';
@@ -1,4 +1,4 @@
1
- export { S as SpotifyProfile, s as spotify } from '../index-BIop4-KU.js';
1
+ export { S as SpotifyProfile, s as spotify } from '../index-bhqqOq40.js';
2
2
  import 'zod/v4';
3
3
  import '../jose.js';
4
4
  import '@aura-stack/jose/jose';
@@ -1,4 +1,4 @@
1
- export { X as XProfile, x } from '../index-DtsgAA4Y.cjs';
1
+ export { X as XProfile, x } from '../index-Bht8X2D9.cjs';
2
2
  import 'zod/v4';
3
3
  import '../jose.cjs';
4
4
  import '@aura-stack/jose/jose';
package/dist/oauth/x.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { X as XProfile, x } from '../index-BIop4-KU.js';
1
+ export { X as XProfile, x } from '../index-bhqqOq40.js';
2
2
  import 'zod/v4';
3
3
  import '../jose.js';
4
4
  import '@aura-stack/jose/jose';
package/dist/secure.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as AuthRuntimeConfig } from './index-BIop4-KU.js';
1
+ import { A as AuthRuntimeConfig } from './index-bhqqOq40.js';
2
2
  import 'zod/v4';
3
3
  import './jose.js';
4
4
  import '@aura-stack/jose/jose';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aura-stack/auth",
3
- "version": "0.1.0-rc.3",
3
+ "version": "0.1.0-rc.4",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Core auth for @aura-stack/auth",
@@ -1 +0,0 @@
1
- "use strict";
@@ -1,16 +0,0 @@
1
- import { c as AuthConfig, e as createBuiltInOAuthProviders, J as JoseInstance } from '../index-DtsgAA4Y.cjs';
2
- import 'zod/v4';
3
- import '../jose.cjs';
4
- import '@aura-stack/jose/jose';
5
- import '../schemas.cjs';
6
- import 'zod/v4/core';
7
- import '@aura-stack/router';
8
- import 'cookie';
9
- import './utility.cjs';
10
-
11
- declare module "@aura-stack/router" {
12
- interface GlobalContext extends Required<Omit<AuthConfig, "secret" | "oauth">> {
13
- oauth: ReturnType<typeof createBuiltInOAuthProviders>;
14
- jose: JoseInstance;
15
- }
16
- }
@@ -1,16 +0,0 @@
1
- import { c as AuthConfig, e as createBuiltInOAuthProviders, J as JoseInstance } from '../index-BIop4-KU.js';
2
- import 'zod/v4';
3
- import '../jose.js';
4
- import '@aura-stack/jose/jose';
5
- import '../schemas.js';
6
- import 'zod/v4/core';
7
- import '@aura-stack/router';
8
- import 'cookie';
9
- import './utility.js';
10
-
11
- declare module "@aura-stack/router" {
12
- interface GlobalContext extends Required<Omit<AuthConfig, "secret" | "oauth">> {
13
- oauth: ReturnType<typeof createBuiltInOAuthProviders>;
14
- jose: JoseInstance;
15
- }
16
- }
File without changes
@@ -1,6 +1,3 @@
1
- import {
2
- discord
3
- } from "./chunk-EBPE35JT.js";
4
1
  import {
5
2
  figma
6
3
  } from "./chunk-FKRDCWBF.js";
@@ -19,6 +16,9 @@ import {
19
16
  import {
20
17
  bitbucket
21
18
  } from "./chunk-FIPU4MLT.js";
19
+ import {
20
+ discord
21
+ } from "./chunk-EBPE35JT.js";
22
22
 
23
23
  // src/oauth/index.ts
24
24
  var builtInOAuthProviders = {