Tag

JJWT

0 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
Feb 27, 2023 · Information Security

Designing User Authentication in a Microservice Architecture Using JWT and Gateway Strategies

This article explains traditional session‑based authentication, introduces JWT and the JJWT library for secure token creation and verification, and compares two microservice authentication patterns—server‑side verification and API‑gateway unified verification—while discussing practical challenges such as token expiration, key management, and caching.

JJWTJWTJava
0 likes · 14 min read
Designing User Authentication in a Microservice Architecture Using JWT and Gateway Strategies
Top Architect
Top Architect
Oct 12, 2021 · Information Security

Implementing JWT Authentication with Spring Boot, Angular, and JJWT

This article explains what JSON Web Tokens are, their structure and security best practices, and demonstrates a complete JWT‑based authentication example using Spring Boot on the backend, the JJWT library, and an Angular front‑end, including Maven configuration, Java filter, controllers, and client‑side code.

AngularJJWTJWT
0 likes · 13 min read
Implementing JWT Authentication with Spring Boot, Angular, and JJWT
Architects Research Society
Architects Research Society
Apr 27, 2019 · Information Security

Understanding Token Authentication, JWT, and OAuth with Java JJWT

This article explains token authentication, the structure and claims of JSON Web Tokens (JWT), their relationship with OAuth, and demonstrates how to create, sign, and verify JWTs in Java using the JJWT library, while also covering security best practices and useful tooling.

JJWTJWTJava
0 likes · 12 min read
Understanding Token Authentication, JWT, and OAuth with Java JJWT