0% found this document useful (0 votes)
63 views1 page

Spring Boot Security + JWT Hello World Example: Video

This document discusses building a Spring Boot application that uses JWT authentication to secure a REST API. It will show a simple "hello world" example using hardcoded user values for authentication with JWT. A future tutorial will cover implementing Spring Boot, JWT, and MySQL JPA to store and retrieve user credentials from a database. The API can only be accessed with a valid JSON Web Token (JWT).

Uploaded by

Nourhane Ibrahim
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views1 page

Spring Boot Security + JWT Hello World Example: Video

This document discusses building a Spring Boot application that uses JWT authentication to secure a REST API. It will show a simple "hello world" example using hardcoded user values for authentication with JWT. A future tutorial will cover implementing Spring Boot, JWT, and MySQL JPA to store and retrieve user credentials from a database. The API can only be accessed with a valid JSON Web Token (JWT).

Uploaded by

Nourhane Ibrahim
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Spring Boot Security + JWT

Hello World Example


Close X
In this tutorial we will be developing a Spring Boot Application that
makes use of JWT authentication for securing an exposed REST API. In
this example we will be making use of hard coded user values for User
Authentication. In next tutorial we will be implementing Spring Boot +
JWT + MYSQL JPA for storing and fetching user credentials. Any user will
be able to consume this API only if it has a valid JSON Web Token(JWT).
In a previous tutorial we have seen what is JWT, when and how to use it.

Spring Boot JSON Web Token- Table of Contents

What is JWT(JSON Web Token)


Online JWT Generator
Online JWT Decoder
Spring Boot +JSON Web Token(JWT) Hello World Example
Spring Boot +JSON Web Token(JWT) + MYSQL Example
Spring Boot RestTemplate + JWT Authentication Example
Spring Boot Security - Refresh Expired JSON Web Token
Angular 7 + Spring Boot JWT Authentication Hello World Example

Video
This tutorial is explained in the below Youtube Video.

You might also like