Posts about Security
Explore the latest posts related to Security.
Spring Boot GraphQL JWE Authentication
May 17, 20255 min read

Learn how to secure your Spring Boot GraphQL APIs with stateless encrypted JWTs (JWE) while persisting user identities and roles in a JPA-backed database.
Spring Boot JWE Authentication with JPA
May 11, 20255 min read

Learn how to use stateless encrypted JWTs (JWE) to secure your Spring Boot APIs while persisting user identities and roles in a JPA-backed database.
Spring Boot LDAP and JWE Authentication
May 10, 20255 min read

Learn how to use LDAP authentication with JWE-encrypted JWTs to secure your Spring Boot APIs with both external directory integration and token confidentiality.
Spring Boot JWE Authentication
May 3, 20255 min read

Learn how to use JWE to encrypt your JWTs and secure your Spring Boot APIs for confidentiality and integrity.