dinky
dinky copied to clipboard
[Feature] Sso Backend support
Integrate github's oauth authentication.Other SSO authentication can be expanded in the future.
Users need to enable the sso function in the configuration
and configure the correct authentication parameters
Access the /sso/token port to log in.
controller 逻辑下沉到 service 层, 配置封装一下配置类,而不是通过@Value 获取
@yangzehan 需要写一下文档 集成步骤