Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于fence 开发指南 的疑问? #15

Open
luhuaitong opened this issue Sep 18, 2019 · 1 comment
Open

关于fence 开发指南 的疑问? #15

luhuaitong opened this issue Sep 18, 2019 · 1 comment
Labels
bug Something isn't working question Further information is requested

Comments

@luhuaitong
Copy link

开发指南中, Authentication Server 需要配置 PasswordEncoder、Signer、SignerVerifier、TokenStore、UserDetailsService 等。
但是在项目代码中,Authentication Server 中只 配置了PasswordEncoder 和 SignerVerifier
两项,请问这是为什么,根据你这个开发指南看源代码不匹配啊为什么感觉

还有开发指南说明示例项目使用了InMemoryUserDetailsManager ,但是我为什么在项目中
找不到InMemoryUserDetailsManager 的实现,请问这是为什么?

@liubao68
Copy link
Contributor

liubao68 commented Oct 8, 2019

有些在代码里面提供了缺省实现。InMemoryUserDetailsManager 最新的代码采用JDBC(数据库)替代了,可以查看UserDetailManager的实现。 文档需要刷新下。

@liubao68 liubao68 added bug Something isn't working question Further information is requested labels Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants