- Timestamp:
- 09/23/22 02:03:14 (2 years ago)
- Branches:
- master
- Children:
- 895cd87
- Parents:
- 436e0da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
phonelux-backend/src/main/java/finki/it/phoneluxbackend/security/CustomAuthenticationFilter.java
r436e0da r48f3030 52 52 .withClaim("name", user.getFirstName()) 53 53 .withClaim("id", user.getId()) 54 // .withClaim("pickedSpecifications",user.getSpecifications()!=null ? 55 // user.getSpecifications() : "[]") 54 56 .sign(algorithm); 55 57
Note:
See TracChangeset
for help on using the changeset viewer.