【发布时间】:2018-02-27 22:29:41
【问题描述】:
我尝试使用 Spring Boot 开发 Web 应用程序,我使用以下教程进行身份验证:http://www.techforumist.com/spring-boot-security-jpa-using-jwt-angularjs-tutorial-2/#comment-2848
它工作得很好,但在刷新页面连接后丢失(注销) - 并且需要重新登录。 我知道我需要会话/cookie,但我不知道该怎么做。
你能帮帮我吗? 这是源代码:https://github.com/techforumist/jwt-spring-boot-security-angularjs
谢谢
【问题讨论】:
标签: java angularjs spring authentication spring-boot