Skip to content

Commit 323b099

Browse files
authored
Merge pull request #15 from escendit/14-expose-needed-elements-in-public-package
Export OIDC types and middleware from Keycloak package
2 parents a056fba + 8ae973a commit 323b099

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
// 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

Comments
 (0)