<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Spring-Boot-Jwt on Ski11 Up</title>
    <link>//localhost:1313/tags/spring-boot-jwt/</link>
    <description>Recent content in Spring-Boot-Jwt on Ski11 Up</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Wed, 06 Oct 2021 00:00:00 +0000</lastBuildDate>
    <atom:link href="//localhost:1313/tags/spring-boot-jwt/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Spring Boot With JWT: VIII - JWT Controller</title>
      <link>//localhost:1313/posts/spring-boot-jwt-8/</link>
      <pubDate>Wed, 06 Oct 2021 00:00:00 +0000</pubDate>
      <guid>//localhost:1313/posts/spring-boot-jwt-8/</guid>
      <description>Authentication When we are developing any software application, we want the right set of users to gain access to the application. The process of making sure that the right users gain access to the application is known as authentication.&#xA;There are various ways for implementing the authentication, the most common are mentioned below:&#xA;Basic Authentication&#xA;Session-Based Authentication&#xA;Token-Based Authentication&#xA;OAuth2-Based Authentication&#xA;Basic Authentication When the user logs in to the application, a base64 encoded username/password is sent to the server each time a request has been made in the authorization header.</description>
    </item>
    <item>
      <title>Spring Boot With JWT: VII - JWT Response</title>
      <link>//localhost:1313/posts/spring-boot-jwt-7/</link>
      <pubDate>Tue, 05 Oct 2021 00:00:00 +0000</pubDate>
      <guid>//localhost:1313/posts/spring-boot-jwt-7/</guid>
      <description>Authentication When we are developing any software application, we want the right set of users to gain access to the application. The process of making sure that the right users gain access to the application is known as authentication.&#xA;There are various ways for implementing the authentication, the most common are mentioned below:&#xA;Basic Authentication&#xA;Session-Based Authentication&#xA;Token-Based Authentication&#xA;OAuth2-Based Authentication&#xA;Basic Authentication When the user logs in to the application, a base64 encoded username/password is sent to the server each time a request has been made in the authorization header.</description>
    </item>
    <item>
      <title>Spring Boot With JWT: V - JWT Authentication Filter</title>
      <link>//localhost:1313/posts/spring-boot-jwt-5/</link>
      <pubDate>Mon, 04 Oct 2021 00:00:00 +0000</pubDate>
      <guid>//localhost:1313/posts/spring-boot-jwt-5/</guid>
      <description>Authentication When we are developing any software application, we want the right set of users to gain access to the application. The process of making sure that the right users gain access to the application is known as authentication.&#xA;There are various ways for implementing the authentication, the most common are mentioned below:&#xA;Basic Authentication&#xA;Session-Based Authentication&#xA;Token-Based Authentication&#xA;OAuth2-Based Authentication&#xA;Basic Authentication When the user logs in to the application, a base64 encoded username/password is sent to the server each time a request has been made in the authorization header.</description>
    </item>
    <item>
      <title>Spring Boot With JWT: VI - JWT Request</title>
      <link>//localhost:1313/posts/spring-boot-jwt-6/</link>
      <pubDate>Mon, 04 Oct 2021 00:00:00 +0000</pubDate>
      <guid>//localhost:1313/posts/spring-boot-jwt-6/</guid>
      <description>Authentication When we are developing any software application, we want the right set of users to gain access to the application. The process of making sure that the right users gain access to the application is known as authentication.&#xA;There are various ways for implementing the authentication, the most common are mentioned below:&#xA;Basic Authentication&#xA;Session-Based Authentication&#xA;Token-Based Authentication&#xA;OAuth2-Based Authentication&#xA;Basic Authentication When the user logs in to the application, a base64 encoded username/password is sent to the server each time a request has been made in the authorization header.</description>
    </item>
    <item>
      <title>Spring Boot With JWT: IV - JWT Util</title>
      <link>//localhost:1313/posts/spring-boot-jwt-4/</link>
      <pubDate>Sun, 03 Oct 2021 00:00:00 +0000</pubDate>
      <guid>//localhost:1313/posts/spring-boot-jwt-4/</guid>
      <description>Authentication When we are developing any software application, we want the right set of users to gain access to the application. The process of making sure that the right users gain access to the application is known as authentication.&#xA;There are various ways for implementing the authentication, the most common are mentioned below:&#xA;Basic Authentication&#xA;Session-Based Authentication&#xA;Token-Based Authentication&#xA;OAuth2-Based Authentication&#xA;Basic Authentication When the user logs in to the application, a base64 encoded username/password is sent to the server each time a request has been made in the authorization header.</description>
    </item>
    <item>
      <title>Spring Boot With JWT: III - JWT Entry Point</title>
      <link>//localhost:1313/posts/spring-boot-jwt-3/</link>
      <pubDate>Sat, 02 Oct 2021 00:00:00 +0000</pubDate>
      <guid>//localhost:1313/posts/spring-boot-jwt-3/</guid>
      <description>Authentication When we are developing any software application, we want the right set of users to gain access to the application. The process of making sure that the right users gain access to the application is known as authentication.&#xA;There are various ways for implementing the authentication, the most common are mentioned below:&#xA;Basic Authentication&#xA;Session-Based Authentication&#xA;Token-Based Authentication&#xA;OAuth2-Based Authentication&#xA;Basic Authentication When the user logs in to the application, a base64 encoded username/password is sent to the server each time a request has been made in the authorization header.</description>
    </item>
    <item>
      <title>Spring Boot With JWT: II - JWT Config</title>
      <link>//localhost:1313/posts/spring-boot-jwt-2/</link>
      <pubDate>Fri, 01 Oct 2021 00:00:00 +0000</pubDate>
      <guid>//localhost:1313/posts/spring-boot-jwt-2/</guid>
      <description>Authentication When we are developing any software application, we want the right set of users to gain access to the application. The process of making sure that the right users gain access to the application is known as authentication.&#xA;There are various ways for implementing the authentication, the most common are mentioned below:&#xA;Basic Authentication&#xA;Session-Based Authentication&#xA;Token-Based Authentication&#xA;OAuth2-Based Authentication&#xA;Basic Authentication When the user logs in to the application, a base64 encoded username/password is sent to the server each time a request has been made in the authorization header.</description>
    </item>
    <item>
      <title>Spring Boot With JWT: I - Introduction</title>
      <link>//localhost:1313/posts/spring-boot-jwt-1/</link>
      <pubDate>Thu, 30 Sep 2021 00:00:00 +0000</pubDate>
      <guid>//localhost:1313/posts/spring-boot-jwt-1/</guid>
      <description>Authentication When we are developing any software application, we want the right set of users to gain access to the application. The process of making sure that the right users gain access to the application is known as authentication.&#xA;There are various ways for implementing the authentication, the most common are mentioned below:&#xA;Basic Authentication&#xA;Session-Based Authentication&#xA;Token-Based Authentication&#xA;OAuth2-Based Authentication&#xA;Basic Authentication When the user logs in to the application, a base64 encoded username/password is sent to the server each time a request has been made in the authorization header.</description>
    </item>
  </channel>
</rss>
