@better-auth/sso 1.4.0-beta.20 → 1.4.0-beta.21
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.
- package/.turbo/turbo-build.log +7 -8
- package/dist/client.d.mts +1 -1
- package/dist/client.mjs +0 -2
- package/dist/{index-Ba2niv2R.d.mts → index-C091fIpa.d.mts} +7 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +1222 -1
- package/package.json +3 -3
- package/src/client.ts +1 -1
- package/src/index.ts +2 -2
- package/src/routes/sso.ts +14 -0
- package/src/saml.test.ts +64 -0
- package/dist/src-BUIX9n33.mjs +0 -1215
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @better-auth/sso@1.4.0-beta.
|
|
2
|
+
> @better-auth/sso@1.4.0-beta.21 build /home/runner/work/better-auth/better-auth/packages/sso
|
|
3
3
|
> tsdown
|
|
4
4
|
|
|
5
5
|
[34mℹ[39m tsdown [2mv0.16.0[22m powered by rolldown [2mv1.0.0-beta.46[22m
|
|
@@ -7,11 +7,10 @@
|
|
|
7
7
|
[34mℹ[39m entry: [34msrc/client.ts, src/index.ts[39m
|
|
8
8
|
[34mℹ[39m tsconfig: [34mtsconfig.json[39m
|
|
9
9
|
[34mℹ[39m Build start
|
|
10
|
-
[34mℹ[39m [2mdist/[22m[
|
|
11
|
-
[34mℹ[39m [2mdist/[22m[
|
|
12
|
-
[34mℹ[39m [2mdist/[22msrc-BUIX9n33.mjs [2m47.23 kB[22m [2m│ gzip: 8.48 kB[22m
|
|
10
|
+
[34mℹ[39m [2mdist/[22m[1mindex.mjs[22m [2m47.64 kB[22m [2m│ gzip: 8.57 kB[22m
|
|
11
|
+
[34mℹ[39m [2mdist/[22m[1mclient.mjs[22m [2m 0.15 kB[22m [2m│ gzip: 0.14 kB[22m
|
|
13
12
|
[34mℹ[39m [2mdist/[22m[32m[1mclient.d.mts[22m[39m [2m 0.21 kB[22m [2m│ gzip: 0.18 kB[22m
|
|
14
|
-
[34mℹ[39m [2mdist/[22m[32m[1mindex.d.mts[22m[39m [2m 0.
|
|
15
|
-
[34mℹ[39m [2mdist/[22m[32mindex-
|
|
16
|
-
[34mℹ[39m
|
|
17
|
-
[32m✔[39m Build complete in [
|
|
13
|
+
[34mℹ[39m [2mdist/[22m[32m[1mindex.d.mts[22m[39m [2m 0.18 kB[22m [2m│ gzip: 0.14 kB[22m
|
|
14
|
+
[34mℹ[39m [2mdist/[22m[32mindex-C091fIpa.d.mts[39m [2m20.75 kB[22m [2m│ gzip: 3.37 kB[22m
|
|
15
|
+
[34mℹ[39m 5 files, total: 68.93 kB
|
|
16
|
+
[32m✔[39m Build complete in [32m10064ms[39m
|
package/dist/client.d.mts
CHANGED
package/dist/client.mjs
CHANGED
|
@@ -205,6 +205,7 @@ declare const spMetadata: () => better_call0.StrictEndpoint<"/sso/saml2/sp/metad
|
|
|
205
205
|
}, z.core.$strip>;
|
|
206
206
|
metadata: {
|
|
207
207
|
openapi: {
|
|
208
|
+
operationId: string;
|
|
208
209
|
summary: string;
|
|
209
210
|
description: string;
|
|
210
211
|
responses: {
|
|
@@ -320,6 +321,7 @@ declare const registerSSOProvider: (options?: SSOOptions) => better_call0.Strict
|
|
|
320
321
|
}>)[];
|
|
321
322
|
metadata: {
|
|
322
323
|
openapi: {
|
|
324
|
+
operationId: string;
|
|
323
325
|
summary: string;
|
|
324
326
|
description: string;
|
|
325
327
|
responses: {
|
|
@@ -502,6 +504,7 @@ declare const signInSSO: (options?: SSOOptions) => better_call0.StrictEndpoint<"
|
|
|
502
504
|
}, z.core.$strip>;
|
|
503
505
|
metadata: {
|
|
504
506
|
openapi: {
|
|
507
|
+
operationId: string;
|
|
505
508
|
summary: string;
|
|
506
509
|
description: string;
|
|
507
510
|
requestBody: {
|
|
@@ -588,6 +591,7 @@ declare const callbackSSO: (options?: SSOOptions) => better_call0.StrictEndpoint
|
|
|
588
591
|
metadata: {
|
|
589
592
|
isAction: boolean;
|
|
590
593
|
openapi: {
|
|
594
|
+
operationId: string;
|
|
591
595
|
summary: string;
|
|
592
596
|
description: string;
|
|
593
597
|
responses: {
|
|
@@ -609,6 +613,7 @@ declare const callbackSSOSAML: (options?: SSOOptions) => better_call0.StrictEndp
|
|
|
609
613
|
metadata: {
|
|
610
614
|
isAction: boolean;
|
|
611
615
|
openapi: {
|
|
616
|
+
operationId: string;
|
|
612
617
|
summary: string;
|
|
613
618
|
description: string;
|
|
614
619
|
responses: {
|
|
@@ -639,6 +644,7 @@ declare const acsEndpoint: (options?: SSOOptions) => better_call0.StrictEndpoint
|
|
|
639
644
|
metadata: {
|
|
640
645
|
isAction: boolean;
|
|
641
646
|
openapi: {
|
|
647
|
+
operationId: string;
|
|
642
648
|
summary: string;
|
|
643
649
|
description: string;
|
|
644
650
|
responses: {
|
|
@@ -666,4 +672,4 @@ declare function sso<O extends SSOOptions>(options?: O | undefined): {
|
|
|
666
672
|
endpoints: SSOEndpoints;
|
|
667
673
|
};
|
|
668
674
|
//#endregion
|
|
669
|
-
export { SSOOptions as i, OIDCConfig as n, SAMLConfig as r, sso as t };
|
|
675
|
+
export { SSOProvider as a, SSOOptions as i, OIDCConfig as n, SAMLConfig as r, sso as t };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as SSOOptions, n as OIDCConfig, r as SAMLConfig, t as sso } from "./index-
|
|
2
|
-
export { OIDCConfig, SAMLConfig, SSOOptions, sso };
|
|
1
|
+
import { a as SSOProvider, i as SSOOptions, n as OIDCConfig, r as SAMLConfig, t as sso } from "./index-C091fIpa.mjs";
|
|
2
|
+
export { OIDCConfig, SAMLConfig, SSOOptions, SSOProvider, sso };
|