justauth-spring-boot-starter icon indicating copy to clipboard operation
justauth-spring-boot-starter copied to clipboard

Spring Boot 集成 JustAuth 的最佳实践~

Results 17 justauth-spring-boot-starter issues
Sort by recently updated
recently updated
newest added

![图片](https://user-images.githubusercontent.com/37616447/127093519-e38d419b-80a6-4576-86ee-bf318009382d.png)

优化: AuthRequestFactory.getDefaultRequest(String source) 方法.

## 关联问题 https://github.com/spring-projects/sts4/issues/515 ## 问题描述 在1.3.3版本中存在元数据错误,STS编译器上显示错误标识。但在即将发布的1.3.4版本中,作者已将 `AuthDefaultSource` 枚举类型替换成了 `String` 类型。 关联代码行:https://github.com/justauth/justauth-spring-boot-starter/blob/2a593a27709934a2359301abe963789726ffeffe/src/main/java/com/xkcoding/justauth/autoconfigure/JustAuthProperties.java#L50 ## 带来了新的疑惑期望解答 采用枚举作为 `Map` 的 key 不应该是更好的选择么,同时保留了配置限制与提示避免出错。

Description: Field redisTemplate in com.pethouse.api.service.impl.SendMessageServiceImpl required a single bean, but 2 were found: - justAuthRedisCacheTemplate: defined by method 'justAuthRedisCacheTemplate' in class path resource [com/xkcoding/justauth/autoconfigure/JustAuthStateCacheConfiguration$Redis.class] - stringRedisTemplate: defined by method 'stringRedisTemplate'...

如果想对facebook做一次请求中专的自定义配置 就需要多加一种类型 先取自定义配置是否可行?

![image](https://github.com/justauth/justauth-spring-boot-starter/assets/68260634/ab1e43ea-4af8-4163-9366-2139aaaf8c9a) ![image](https://github.com/justauth/justauth-spring-boot-starter/assets/68260634/43d10e3b-da57-4107-a2bd-b2dabf2d2a33)

Bumps [hutool-core](https://github.com/dromara/hutool) from 5.6.5 to 5.8.19. Release notes Sourced from hutool-core's releases. 5.8.19(2023-05-27) 🐣新特性 【db 】 优化HttpRequest.toString()内容打印(issue#3072@Github) 【poi 】 优化Sax方式读取时空白行返回0,修改为返回-1(issue#I6WYF6@Gitee) 【db 】 优化count查询兼容informix(issue#I713XQ@Gitee) 【core 】 去除Opt头部的GPL协议头(pr#995@Gitee) 【core 】 邮箱校验添加对中文的支持(pr#997@Gitee) 【core...

dependencies

facebook登录最新的版本号是v16.0,默认的还是10.0

2023-05-10 21:40:44 http-nio-8500-exec-2 me.zhyd.oauth.log.Log(error:45) [ERROR] - Failed to login with oauth authorization. cn.hutool.core.io.IORuntimeException: SocketTimeoutException: connect timed out at cn.hutool.http.HttpRequest.send(HttpRequest.java:1083) at cn.hutool.http.HttpRequest.execute(HttpRequest.java:937) at cn.hutool.http.HttpRequest.execute(HttpRequest.java:902) at com.xkcoding.http.support.hutool.HutoolImpl.exec(HutoolImpl.java:56) at com.xkcoding.http.support.hutool.HutoolImpl.post(HutoolImpl.java:121) at com.xkcoding.http.HttpUtil.post(HttpUtil.java:141) at...