pig/pig-auth
徐晓伟 73ee2777e8 🎨 简化 OAuth 2.1 配置
1. 使用静态方法 OAuth2AuthorizationServerConfiguration.applyDefaultSecurity(http),缺省 authorizeRequests.anyRequest().authenticated()、csrf.ignoringRequestMatchers(endpointsMatcher) 等等
2. 使用 HttpSecurity 获取 OAuth 2.1 配置中的 OAuth2AuthorizationServerConfigurer 对象
3. 删除部分 HttpSecurity.apply
2023-04-03 15:45:29 +08:00
..
src/main 🎨 简化 OAuth 2.1 配置 2023-04-03 15:45:29 +08:00
Dockerfile 🐳 Work about Docker. 修正 Dockerfile 中的jvm 参数 2022-11-05 22:44:35 +08:00
pom.xml 🔖 🔖 🔖 3.6.7 2023-03-23 19:55:58 +08:00