STK913 / angular-spring-hmac

HMAC Authentication using Spring and AngularJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#HMAC Authentication using Spring and AngularJS Build Status

#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

About

HMAC Authentication using Spring and AngularJS


Languages

Language:Java 79.6%Language:JavaScript 13.4%Language:HTML 7.0%Language:CSS 0.0%