#HMAC Authentication using Spring and AngularJS
#Stack
- Spring Boot
- Spring Security
- Spring MVC
- AngularJS
#Features
- Token based authentication
- Json Web Token
- HMAC implementation
- HMAC Filter used by Spring Security
- HMAC Factory for AngularJS
- Security utility class
#Credentials admin/frog => role ADMIN manager/frog => role MANAGER user/frog => role USER
#Installation
- Install bower dependencies
$ bower install
#To run Java unit tests
$ mvn test
#To run the application
$ mvn spring-boot:run
Then go to http://localhost:8080