【发布时间】:2018-05-16 13:20:44
【问题描述】:
我使用 Spring Boot 2.0 创建了一个 OAuth2 服务器。我正在使用 Bcrypt 加密所有密码,包括客户端和用户;但我仍然收到 401 Unauthorized 错误。源码位于https://github.com/saurin-tech/demo-jwt
为了测试这一点,我正在使用 Postman。
提前致谢!
【问题讨论】:
标签: java spring spring-boot spring-security spring-security-oauth2