Angular-SpringBoot-REST-JWT icon indicating copy to clipboard operation
Angular-SpringBoot-REST-JWT copied to clipboard

Springboot, Angular and JWT security - Example Project based on Northwind Order Processing

Results 6 Angular-SpringBoot-REST-JWT issues
Sort by recently updated
recently updated
newest added

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...