|
@ -42,6 +42,7 @@ public class JwtUtils { |
|
|
map.put("userId",userId.toString()); |
|
|
map.put("userId",userId.toString()); |
|
|
map.put("app","gov"); |
|
|
map.put("app","gov"); |
|
|
map.put("client","web"); |
|
|
map.put("client","web"); |
|
|
|
|
|
map.put("customerId","b09527201c4409e19d1dbc5e3c3429a1"); |
|
|
return Jwts.builder() |
|
|
return Jwts.builder() |
|
|
.setHeaderParam("typ", "JWT") |
|
|
.setHeaderParam("typ", "JWT") |
|
|
.setClaims(map) |
|
|
.setClaims(map) |
|
|