This is the repository for the Medium article teaching you how to implement JWT Authentication using Spring Boot and Spring Security
Link to the Medium Article - here
You need to have the following installed
If you want to download the source code, follow the below steps :-
- Open a Terminal
- Execute the command
git clone https://github.com/senshiii/Spring-Security-JWT-Authentication.git
- Open your favorite IDE ( I recommend using IntelliJ IDEA or Eclipse)
- Select Open project and navigate to the location where you cloned the source code