Skip to content

Custom authorization for WebAPI by signing each request with a SHA3 hash. Sample client code is AngularJS 1.2.

License

Notifications You must be signed in to change notification settings

ScottRFrost/WebAPI-SHA3-Authorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebAPI-SHA3-Authorization

Custom authorization for WebAPI by signing each request with a SHA3 hash in the format: username|UTC Time Number|SHA3 Hash of URL + API Key + UTC Time Number (concatenated, not added).

Sample client code is AngularJS 1.2.x and loads username and API key from localstorage, but it would work just as well with jQuery or even plain Javascript.

About

Custom authorization for WebAPI by signing each request with a SHA3 hash. Sample client code is AngularJS 1.2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published