<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>XHope &#187; Spring Security</title>
	<atom:link href="https://xhope.top/?feed=rss2&#038;tag=spring-security" rel="self" type="application/rss+xml" />
	<link>https://xhope.top</link>
	<description>Stay hungry, stay foolish.</description>
	<lastBuildDate>Wed, 11 Mar 2026 07:10:52 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.1</generator>
	<item>
		<title>Springboot集成Https双向验证</title>
		<link>https://xhope.top/?p=1582</link>
		<comments>https://xhope.top/?p=1582#comments</comments>
		<pubDate>Sat, 23 Jul 2022 03:03:56 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Spring Boot]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[keytool]]></category>
		<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[Spring Security]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=1582</guid>
		<description><![CDATA[目的 如果现在当前系统需要开放一个接口 /say-hello 给第三方应用调用。对于认证可以有两种方式： 提供 [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=1582</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SpringMVC自定义RequestMappingHandlerMapping实现接口的版本控制（四）</title>
		<link>https://xhope.top/?p=1486</link>
		<comments>https://xhope.top/?p=1486#comments</comments>
		<pubDate>Tue, 26 Oct 2021 11:54:40 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Spring MVC]]></category>
		<category><![CDATA[Spring Security]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=1486</guid>
		<description><![CDATA[说明 在Spring MVC项目中，如果要进行restful接口的版本控制一般有以下几个方向： 基于参数的版本 [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=1486</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SpringMVC添加拦截器Interceptor（二）</title>
		<link>https://xhope.top/?p=1474</link>
		<comments>https://xhope.top/?p=1474#comments</comments>
		<pubDate>Tue, 26 Oct 2021 08:17:17 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Spring MVC]]></category>
		<category><![CDATA[Spring Security]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=1474</guid>
		<description><![CDATA[如何添加Interceptor 实现接口 WebMvcConfigurer 并重写方法 addIntercep [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=1474</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SpringBoot注解@SpringBootApplication</title>
		<link>https://xhope.top/?p=1463</link>
		<comments>https://xhope.top/?p=1463#comments</comments>
		<pubDate>Wed, 20 Oct 2021 08:50:23 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Spring Security]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=1463</guid>
		<description><![CDATA[@SpringBootApplication @Target({ElementType.TYPE}) @Ret [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=1463</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Security 生成token（十三）</title>
		<link>https://xhope.top/?p=1438</link>
		<comments>https://xhope.top/?p=1438#comments</comments>
		<pubDate>Sat, 16 Oct 2021 05:31:43 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Spring Security]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=1438</guid>
		<description><![CDATA[说明 前后端分离的项目，需要后端认证成功之后，颁发令牌 token ，下次客户端在请求资源的时候，需要携带 a [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=1438</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Security Oauth2手动生成OAuth2AccessToken（十二）</title>
		<link>https://xhope.top/?p=1434</link>
		<comments>https://xhope.top/?p=1434#comments</comments>
		<pubDate>Fri, 15 Oct 2021 13:05:30 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Spring Security]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=1434</guid>
		<description><![CDATA[如果接入多种登录方式，如：平台用户名密码登录、手机验证码登录，第三方登录（微信、QQ）。可以在验证通过之后在  [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=1434</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Security Oauth2授权码登录+JWT token（十一）</title>
		<link>https://xhope.top/?p=1418</link>
		<comments>https://xhope.top/?p=1418#comments</comments>
		<pubDate>Fri, 15 Oct 2021 08:40:26 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Spring Security]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=1418</guid>
		<description><![CDATA[说明 授权码模式 authorization_code 需要进行登录页面验证，所以授权服务器和资源服务器需要分 [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=1418</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Security Oauth2密码登录+JWT token（十）</title>
		<link>https://xhope.top/?p=1379</link>
		<comments>https://xhope.top/?p=1379#comments</comments>
		<pubDate>Thu, 14 Oct 2021 14:08:47 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Security]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=1379</guid>
		<description><![CDATA[说明 spring-security-oauth 这个项目不赞成使用了。oauth2已经由Spring Sec [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=1379</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Security Oauth2密码登录（九）</title>
		<link>https://xhope.top/?p=1368</link>
		<comments>https://xhope.top/?p=1368#comments</comments>
		<pubDate>Thu, 14 Oct 2021 12:38:54 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Security]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=1368</guid>
		<description><![CDATA[说明 spring-security-oauth 这个项目不赞成使用了。oauth2已经由Spring Sec [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=1368</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Security集成spring-session（八）</title>
		<link>https://xhope.top/?p=1365</link>
		<comments>https://xhope.top/?p=1365#comments</comments>
		<pubDate>Thu, 14 Oct 2021 11:35:24 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Security]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=1365</guid>
		<description><![CDATA[添加依赖 pom.xml &#60;!-- 使用 spring-session-data-redis --&#038;gt [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=1365</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
