Skip to main content

3 posts tagged with "Spring Boot"

Spring Boot

View All Tags

Configuring JWT Authorization in Swagger UI with Spring Boot

· 3 min read
Sahil Phondekar
Sr. Software Engineer @Everestek

In a secure REST API, it's important to authenticate requests — especially when using JWT tokens. When integrating Swagger UI using springdoc-openapi, we can also configure it to include a JWT Authorization header so developers can test secured endpoints easily.

In this tutorial, we’ll walk through how to configure JWT Bearer Authorization in Swagger UI step by step.

Stripe Payment Element in React & Spring Boot

· 4 min read
Sahil Phondekar
Sr. Software Engineer @Everestek

Accepting online payments efficiently is essential for any modern business. Stripe offers a Payment Element, a prebuilt UI component that simplifies checkout by supporting multiple payment methods in a single integration. In this blog, we’ll walk through integrating Stripe’s Payment Element with a React frontend and a Spring Boot backend, ensuring a smooth and secure payment experience.