Skip to content

auth0-blog/springboot-auth-updated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developing and Securing RESTful APIs with Spring Boot

This sample application shows how to develop a Restful api with SpringBoot and secure it using Spring Security via JSON Web Tokens.

How To Setup The Application And Run It

  • Make sure you have gradle installed on your system and an IDE. If you don't have an IDE don't worry you can still follow with a text editor and the terminal.
  • Make sure you have Java 10 installed on your system. Get it here
  • Clone the repository using the command git clone https://github.com/vladimirfomene/springboot-auth-updated.git
  • Run gradle bootrun to build and run the project or run the project from your ide(make sure you build it before running)

About

Implementing JWT Authentication on Spring Boot APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages