https://github.com/rustonaut/dhmacauth
a HMAC implemention for the scala spray-routes library allowing mutiple keys per user at the same time and distinct key security levels
https://github.com/rustonaut/dhmacauth
Last synced: 4 months ago
JSON representation
a HMAC implemention for the scala spray-routes library allowing mutiple keys per user at the same time and distinct key security levels
- Host: GitHub
- URL: https://github.com/rustonaut/dhmacauth
- Owner: rustonaut
- License: apache-2.0
- Created: 2014-09-11T17:06:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T13:59:33.000Z (over 9 years ago)
- Last Synced: 2025-01-30T20:14:54.238Z (5 months ago)
- Language: Scala
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Note: this repo is no longer maintained**
DHmacAuth
=========a HMAC implemention for the scala spray-routes library allowing mutiple keys per user at the same time and distinct key security levels
TODO
=========
1. add description (here)
2. ~~add more documentation in the code~~ done
3. ~~move (already working) code form local repo to this repo~~
4. make repo avaiable for sbt imports (e.g. with sonatype)
5. remove this todo list ;)