Developers’ Posts

Spring Boot Security Configuration, practically explained – Part6: A deep intro to filter/token-based security
|

Spring Boot Security Configuration, practically explained – Part6: A deep intro to filter/token-based security

A deeper intro about what is behind the scenes of the Spring authentication/authorization process, integrating also concepts like filters, tokens, customizations for an Authentication Manager or an Authentication Provider, and so on.

Spring Boot Security Configuration, practically explained – Part4: Custom Authentication Provider for password verification via a stored procedure
| | |

Spring Boot Security Configuration, practically explained – Part4: Custom Authentication Provider for password verification via a stored procedure

This is the 4th in a series of posts which focuses on how we can create and use a CustomAutenticationProvider and use it with a password verification stored procedure.