Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node saml separation #574

Merged
merged 16 commits into from Apr 5, 2021
Merged
1 change: 1 addition & 0 deletions .mocharc.json
Expand Up @@ -2,6 +2,7 @@
"diff": true,
"extension": "spec.ts",
"package": "./package.json",
"recursive": true,
"reporter": "spec",
"require": ["choma", "ts-node/register"],
"files": "test/**/*.spec.ts",
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions src/node-saml/index.ts
@@ -0,0 +1,4 @@
import type { CacheItem, CacheProvider } from "./inmemory-cache-provider";
import { SAML } from "./saml";

export { SAML, CacheItem, CacheProvider };