In-Memory User Authentication
Implement basic authentication using in-memory user details, configuring usernames, passwords, and roles directly.
Welcome to In-Memory Auth
The fastest way to add real users: in-memory authentication. You define accounts straight in code — perfect for tests and tiny apps.
Why In-Memory Authentication?
In-memory authentication shines for prototyping, learning, and small apps where you don't need users persisted to a database.
All lessons in this course
- Introduction to Spring Security 6
- Project Setup and Dependencies
- In-Memory User Authentication
- Understanding the Spring Security Filter Chain