@zitadel/react
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,1 +0,1 @@ | ||
export { createZitadelAuth, ZitadelConfig } from "./zitadelAuth"; | ||
export { createZitadelAuth, ZitadelConfig, ZitadelAuth } from "./zitadelAuth"; |
@@ -5,3 +5,3 @@ import { UserManagerSettings, UserManager } from "oidc-client-ts"; | ||
}; | ||
interface ZitadelAuth { | ||
export interface ZitadelAuth { | ||
authorize(): Promise<void>; | ||
@@ -12,2 +12,1 @@ signout(): Promise<void>; | ||
export declare function createZitadelAuth(zitadelConfig: ZitadelConfig): ZitadelAuth; | ||
export {}; |
{ | ||
"name": "@zitadel/react", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Wraps oidc-client-ts to provide a simple interface for ZITADEL", | ||
@@ -5,0 +5,0 @@ "homepage": "https://zitadel.com/docs/examples/login/react", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4743
45