dpd-login

Initial approach to web adfs login using node

Usage no npm install needed!

<script type="module">
  import dpdLogin from 'https://cdn.skypack.dev/dpd-login';
</script>

README

Initial approach to adfs login in node.

Using middleware function to interface with express.

Props to https://github.com/matvelloso for his token validation methods.