apache / apache/servicecomb-fence
关于fence 开发指南 的疑问?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 423
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
开发指南中, Authentication Server 需要配置 PasswordEncoder、Signer、SignerVerifier、TokenStore、UserDetailsService 等。
但是在项目代码中,Authentication Server 中只 配置了PasswordEncoder 和 SignerVerifier
两项,请问这是为什么,根据你这个开发指南看源代码不匹配啊为什么感觉
还有开发指南说明示例项目使用了InMemoryUserDetailsManager ,但是我为什么在项目中
找不到InMemoryUserDetailsManager 的实现,请问这是为什么?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the development guide’s Authentication Server configuration with the project’s Authentication Server code, focusing on PasswordEncoder, SignerVerifier, TokenStore, and UserDetailsService. Search the project for InMemoryUserDetailsManager and verify whether the guide or implementation is outdated; done means the documentation and source agree or the discrepancy is clearly explained.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- authentication, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100