Access rows only belonging to user with userId defined in Jwt token Spring Boot

后端 未结 0 697
渐次进展
渐次进展 2021-02-15 01:19

I am generating the Jwt token in this way.

public String generateToken(String email,long id) {
    Map claims = new HashMap<>();
    c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题