Understand the difference between verifying a JWT and decoding a JWT and learn how to check for a JWT’s expiry without throwing any exceptions.
Also find me here:
Baeldung Author
Avin Buricha
I’m a software developer with over 7 years of experience. I mainly specialise in back-end development using Java and related technologies.
Here's what I've written (so far):
Baeldung on Java
- All
- NoSQL (4)
- Security (2)
- REST (1)
- Persistence (1)
- Java (1)
- HTTP Client-Side (1)
Managing JWT With Auth0 java-jwt
Learn how to create and decode a JSON Web Token using the Auth0 JWT Java Library.
Guide to Filters in MongoDB
Filed under NoSQL
Learn how to use Filters builders to perform filter operations on a MongoDB collection.
Insert Array Inside an Object in MongoDB
Filed under NoSQL, Persistence
Learn how to insert an array into a MongoDB object.
Query Documents using Document ID in MongoDB
Filed under NoSQL
Learn to query documents using Document ID in MongoDB.
Guide to Find in MongoDB
Filed under NoSQL
Learn about the find operator in the MongoDB Shell query and then use the Java driver code
Adding Parameters to Java HttpClient Requests
Filed under HTTP Client-Side
Different examples of HTTPClient core Java.