plaurino / samltool.github.io

SAML debugging, encoding, decoding tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##samltool.io

How to build

Warning: index.html in the root folder is a generated file please edit html/index.html.

First, install the required dependencies:

npm install && bower install

In order to build (and run) the project execute:

grunt

And then go to http://0.0.0.0:8000.

That will create the css from the less files, minify the javascript and generate index.html from html/index.html.

Happy hacking!

About

SAML debugging, encoding, decoding tool

License:MIT License


Languages

Language:JavaScript 68.9%Language:HTML 23.2%Language:CSS 7.9%