Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Google Jules has been out for a few months now, and I decided to finally give it a real development...
JWT (JSON Web Token) is a widely used solution for securing REST APIs. Here's how you can implement...
If you’ve ever tried to learn Spring Security, you probably felt like you were fighting a dragon made...
Hi DEV Community! 👋 This is my first post here, so I wanted to share a bit about my learning journey...
Everyone says learning Spring Boot is “easy” if you know Java. They talk about “building REST APIs,”...
In this article we will explore Spring security and will build a authentication system with OAuth...
Not everyone wants to log into a website using a basic email and password form. Sometimes it’s due to...
Security. Yeah, we know, it can feel like a chore. Especially when you’re just trying to build...
AuthAction is a flexible auth platform for both frontend and M2M apps. It supports OAuth2, social...
In the ever-evolving world of backend development, security is no longer just a checkbox-it’s a...
Spring Boot 3.4.1 Keycloak introspect and method level security This section outlines the...
Objective I wrote this application to explain the mechanism of different components of the...
Objective I am writing this application for studying Apache wicket MVC framework. ...
Are you struggling to secure your Swagger UI in your Spring Boot application? Let's dive into the...
Every time I started a new Spring Boot project, I found myself writing the same JWT authentication...
Spring Authorization Server The Spring Authorization Server is a framework designed to...
Introduction: Fortify Your APIs Against Threats What if a single unsecured API could cost...
To secure a Spring Boot REST API using JWT, you'll need to implement several key components,...
Authentication is one of the most fundamental features in modern applications—whether you’re logging...
Transactional management is a critical component of any robust application. It ensures the...
In today's digital landscape, securing applications while ensuring a seamless user experience is...
Code is extracted from my notice board example application, which uses Spring Security 5.6.7 ...
It’s a sample project designed to showcase Spring Boot, Spring MVC, Spring Data JPA, and REST APIs in...
Spring Boot Actuator is a powerful tool that provides insights, monitoring, and management for...
We are going to create a user login functionality using the OAuth2 dependency of Spring. I am using...
In the world of modern APIs, securing endpoints is not just a best practice - it's a necessity. But...
Keycloak and Spring Boot: The Ultimate Guide to Implementing...
In the fast-paced world of software development, setting up a Spring Boot project from scratch can be...
Code is extracted from my notice board example application, which uses Spring Security 5.6.7 ...
Dando continuidade ao post que fiz há um tempo sobre representação de arquitetura de aplicações com...