We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a056fba + 8ae973a commit 323b099Copy full SHA for 323b099
1 file changed
packages/auth/keycloak/src/lib/index.ts
@@ -1 +1,8 @@
1
// Reexport your entry components here
2
+import {type OidcConfig} from "./types.ts";
3
+import {OidcMiddleware} from "./middleware.ts";
4
+
5
+export {
6
+ type OidcConfig,
7
+ OidcMiddleware
8
+};
0 commit comments