Skip to content

codereviewvideos/spring-security-first-steps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the code example for the full post here.

In this post, we explore how to implement basic login functionality in a Spring Boot REST API, focusing on Spring Security.

We start by creating simple endpoints, then gradually integrate Spring Security to restrict access to specific routes.

You'll also learn how to test these endpoints using @WithMockUser for automated tests.

It's a hands-on guide aimed at beginners, walking through project setup, configuration, and testing.

About

Demo project for Spring Boot with Spring Security and Basic auth in a JSON API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages