# angular-spring-hmac **Repository Path**: faneui/angular-spring-hmac ## Basic Information - **Project Name**: angular-spring-hmac - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-22 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #HMAC Authentication using Spring and AngularJS [![Build Status](https://travis-ci.org/RedFroggy/angular-spring-hmac.svg?branch=master)](https://travis-ci.org/RedFroggy/angular-spring-hmac) #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 ````bash $ bower install ```` #To run Java unit tests ````bash $ mvn test ```` #To run the application ````bash $ mvn spring-boot:run ```` Then go to http://localhost:8080