Skip to content

Commit

Permalink
Start separation of node-saml from passport-saml strategy (#574)
Browse files Browse the repository at this point in the history
* 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 <chrisjbarth@hotmail.com>
  • Loading branch information
zoellner and cjbarth committed Apr 5, 2021
1 parent 6df9bdd commit c668737
Show file tree
Hide file tree
Showing 20 changed files with 559 additions and 550 deletions.
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 };
File renamed without changes.
File renamed without changes.

0 comments on commit c668737

Please sign in to comment.