Skip to content

Commit c668737

Browse files
zoellnercjbarth
andauthored
Start separation of node-saml from passport-saml strategy (#574)
* Move src files into separate node-saml folder * Move test files into passport-saml and node-saml folders * Update saml import in strategy * Move types into node-saml * Move SamlOptions type spec * Update URL interface in saml * Move express request object upstream from saml lib to passport strategy Co-authored-by: Chris Barth <[email protected]>
1 parent 6df9bdd commit c668737

20 files changed

+559
-550
lines changed

.mocharc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"diff": true,
33
"extension": "spec.ts",
44
"package": "./package.json",
5+
"recursive": true,
56
"reporter": "spec",
67
"require": ["choma", "ts-node/register"],
78
"files": "test/**/*.spec.ts",
File renamed without changes.

src/node-saml/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import type { CacheItem, CacheProvider } from "./inmemory-cache-provider";
2+
import { SAML } from "./saml";
3+
4+
export { SAML, CacheItem, CacheProvider };

0 commit comments

Comments
 (0)