Tagged articles

JustAuth

5 articles · Page 1 of 1
Ubiquitous Tech
Ubiquitous Tech
Oct 21, 2024 · Backend Development

Exploring the Core Design of JustAuth’s Spring Boot Starter

This article walks through the JustAuth Spring Boot Starter’s architecture, detailing how the auto‑configuration class, property‑driven bean creation, and factory pattern enable third‑party login integration, while also offering practical tips for reading its source code and understanding key components.

Factory PatternJavaJustAuth
0 likes · 8 min read
Exploring the Core Design of JustAuth’s Spring Boot Starter
Ubiquitous Tech
Ubiquitous Tech
Oct 20, 2024 · Information Security

Understanding Third-Party Login Basics with the JustAuth Component

This article explains the concepts, differences, and implementation steps of third‑party login and SSO, introduces the open‑source JustAuth library, and provides practical guidance and examples for integrating OAuth‑based authentication into web or mobile applications.

JavaJustAuthOAuth
0 likes · 16 min read
Understanding Third-Party Login Basics with the JustAuth Component
Programmer DD
Programmer DD
Sep 18, 2021 · Backend Development

Simplify Social Logins with JustAuth: A Complete Java Integration Guide

This article introduces JustAuth, a lightweight open‑source Java library that streamlines third‑party social logins by supporting dozens of platforms, explains its benefits for users and developers, and provides step‑by‑step Maven setup, HTTP client selection, and code examples for basic, builder‑pattern, and custom authentication flows.

JavaJustAuthOAuth
0 likes · 6 min read
Simplify Social Logins with JustAuth: A Complete Java Integration Guide