Simple Powershell API with Nancy and Token Auth I am by no means a c# developer. This is a PoC.
TODO: Describe the installation process
TODO: Write usage instructions
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO: Write history
The Nancy Token Authentification Implementation is from Philip Wagner and can be find here and a great Blog post is here
TODO: Write license