UNPKG
saml2
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
SAML 2.0 IDP-agnostic transports and logic
siphon-io/node-saml2
saml2
/
lib
/
transport-post.js
3 lines
(2 loc)
•
125 B
JavaScript
View Raw
1
2
3
// [PostConsumer](./transport-post-consumer.html)
exports
.
Consumer
=
exports
.
consume
=
require
(
"./transport-post-consumer"
);