Articles by Tag #springsecurity

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

How I Used Google Jules to Implement Google OAuth2 in My Spring Boot + Angular Application

Google Jules has been out for a few months now, and I decided to finally give it a real development...

Learn More 2 0Nov 26

JWT Implementation with Spring Security: A Beginner's Guide

JWT (JSON Web Token) is a widely used solution for securing REST APIs. Here's how you can implement...

Learn More 0 0Oct 25

Spring Security for Beginners — The Easiest Guide You’ll Ever Read

If you’ve ever tried to learn Spring Security, you probably felt like you were fighting a dragon made...

Learn More 5 1Oct 6

How I Started Learning Java & Spring Boot (As a Beginner Developer)

Hi DEV Community! 👋 This is my first post here, so I wanted to share a bit about my learning journey...

Learn More 0 0Nov 27

The Hard Truth About Learning Spring Boot (And How to Actually Master It)

Everyone says learning Spring Boot is “easy” if you know Java. They talk about “building REST APIs,”...

Learn More 0 0Nov 18

Understanding Spring Security and OAuth 2.0

In this article we will explore Spring security and will build a authentication system with OAuth...

Learn More 2 0Jan 14

How I Implemented GitHub OAuth2 into My Spring Boot + Angular App N1netails

Not everyone wants to log into a website using a basic email and password form. Sometimes it’s due to...

Learn More 5 0Aug 2

Secure Your APIs and Web Apps using Spring Security

Security. Yeah, we know, it can feel like a chore. Especially when you’re just trying to build...

Learn More 2 0Apr 9

Implementing authorization in a Spring Boot API with AuthAction

AuthAction is a flexible auth platform for both frontend and M2M apps. It supports OAuth2, social...

Learn More 1 0May 2

𝗨𝗻𝗹𝗼𝗰𝗸𝗶𝗻𝗴 𝗠𝗼𝗱𝗲𝗿𝗻 𝗦𝗲𝗰𝘂𝗿𝗶𝘁𝘆: 𝗪𝗵𝘆 𝗢𝗔𝘂𝘁𝗵 𝗠𝗮𝘁𝘁𝗲𝗿𝘀 𝗶𝗻 𝗧𝗼𝗱𝗮𝘆’𝘀 𝗝𝗮𝘃𝗮 & 𝗦𝗽𝗿𝗶𝗻𝗴 𝗕𝗼𝗼𝘁 𝗔𝗽𝗽𝗹𝗶𝗰𝗮𝘁𝗶𝗼𝗻𝘀

In the ever-evolving world of backend development, security is no longer just a checkbox-it’s a...

Learn More 0 0Apr 30

Spring Boot 3.4.1 Keycloak introspect and method level security

Spring Boot 3.4.1 Keycloak introspect and method level security This section outlines the...

Learn More 4 0Jan 21

Spring WebFlux example application: notice board

Objective I wrote this application to explain the mechanism of different components of the...

Learn More 0 0May 17

Apache wicket with spring boot example application: notice board

Objective I am writing this application for studying Apache wicket MVC framework. ...

Learn More 0 0Jan 5

🔐 𝗠𝗮𝘀𝘁𝗲𝗿𝗶𝗻𝗴 𝗦𝘄𝗮𝗴𝗴𝗲𝗿 𝗕𝗮𝘀𝗶𝗰 𝗔𝘂𝘁𝗵 𝗶𝗻 𝗦𝗽𝗿𝗶𝗻𝗴 𝗕𝗼𝗼𝘁: 𝗦𝗲𝗰𝘂𝗿𝗲 𝗬𝗼𝘂𝗿 𝗔𝗣𝗜 𝗗𝗼𝗰𝘂𝗺𝗲𝗻𝘁𝗮𝘁𝗶𝗼𝗻

Are you struggling to secure your Swagger UI in your Spring Boot application? Let's dive into the...

Learn More 0 0Mar 20

Stop Rewriting JWT Code for Every Spring Boot Project

Every time I started a new Spring Boot project, I found myself writing the same JWT authentication...

Learn More 1 0Mar 24

Spring Authorization server + spring security with custom user details service for flexible data-driven authentication

Spring Authorization Server The Spring Authorization Server is a framework designed to...

Learn More 1 1Jan 23

Spring Security: Lock Down Your APIs

Introduction: Fortify Your APIs Against Threats What if a single unsecured API could cost...

Learn More -1 0May 16

Spring Boot Rest API Custom Jwt Security

To secure a Spring Boot REST API using JWT, you'll need to implement several key components,...

Learn More 0 0Sep 17

Demystifying Authentication in Spring Security

Authentication is one of the most fundamental features in modern applications—whether you’re logging...

Learn More 3 0Mar 19

Mastering End-to-End Transactional Functionality in Spring Boot with Examples

Transactional management is a critical component of any robust application. It ensures the...

Learn More 0 0Dec 14 '24

🚀 𝗨𝗻𝗹𝗼𝗰𝗸𝗶𝗻𝗴 𝘁𝗵𝗲 𝗣𝗼𝘄𝗲𝗿 𝗼𝗳 𝗞𝗲𝘆𝗰𝗹𝗼𝗮𝗸 𝗳𝗼𝗿 𝗦𝗲𝗰𝘂𝗿𝗲 𝗔𝗽𝗽𝗹𝗶𝗰𝗮𝘁𝗶𝗼𝗻𝘀 🔐

In today's digital landscape, securing applications while ensuring a seamless user experience is...

Learn More 0 0Feb 18

Spring Security: CSRF protection

Code is extracted from my notice board example application, which uses Spring Security 5.6.7 ...

Learn More 0 0Jan 1

What is Spring PetClinic?

It’s a sample project designed to showcase Spring Boot, Spring MVC, Spring Data JPA, and REST APIs in...

Learn More 0 0Mar 11

🔍 Securing Spring Boot Actuator Endpoints: A Must for Production

Spring Boot Actuator is a powerful tool that provides insights, monitoring, and management for...

Learn More 0 0Apr 10

OAuth2 Spring Boot GitHub Authentication

We are going to create a user login functionality using the OAuth2 dependency of Spring. I am using...

Learn More 0 0Jan 18

𝗨𝗻𝗹𝗼𝗰𝗸𝗶𝗻𝗴 𝗔𝗣𝗜 𝗦𝗲𝗰𝘂𝗿𝗶𝘁𝘆: 𝗨𝗻𝗱𝗲𝗿𝘀𝘁𝗮𝗻𝗱𝗶𝗻𝗴 𝗧𝘆𝗽𝗲𝘀 𝗼𝗳 𝗔𝘂𝘁𝗵𝗼𝗿𝗶𝘇𝗮𝘁𝗶𝗼𝗻

In the world of modern APIs, securing endpoints is not just a best practice - it's a necessity. But...

Learn More 0 0Feb 21

Keycloak and Spring Boot: The Ultimate Guide to Implementing Single Sign-On

Keycloak and Spring Boot: The Ultimate Guide to Implementing...

Learn More 0 0May 14

🚀 Spring Boot Advanced Starter Pack : The Ultimate Power-Up for Cutting-Edge Applications !

In the fast-paced world of software development, setting up a Spring Boot project from scratch can be...

Learn More 2 0Mar 25

Spring Security: Redirect to login page if access pages which is for authorized user only

Code is extracted from my notice board example application, which uses Spring Security 5.6.7 ...

Learn More 0 0Dec 14 '24

Protegendo suas API's com Keycloak

Dando continuidade ao post que fiz há um tempo sobre representação de arquitetura de aplicações com...

Learn More 0 0Mar 3