-
Notifications
You must be signed in to change notification settings - Fork 475
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
20 changed files
with
559 additions
and
550 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.
Oops, something went wrong.