Angular-SpringBoot-REST-JWT
Angular-SpringBoot-REST-JWT copied to clipboard
Springboot, Angular and JWT security - Example Project based on Northwind Order Processing
https://infomud.herokuapp.com is not working
Setting the JWT signing key to `small-sized` `easily guessable` weak string like **""mrin""** can make it vulnerable to offline brute-force attack using cracking tools like [JohnTheRipper](https://github.com/magnumripper/JohnTheRipper), [hashcat](https://github.com/hashcat/hashcat), [c-jwt-cracker](https://github.com/brendan-rius/c-jwt-cracker) [1] Therefore,...
I would like to contribuite adding docker in this repo
a little typo on documentation - front-end
Added a Dockerfile to containerise the application and a shell script (run_docker.sh) for easy building and running of the Docker container. To use, simply run ./run_docker.sh after ensuring Docker is...