Skip to content

STK913/angular-spring-hmac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 79.6%
  • JavaScript 13.4%
  • HTML 7.0%