-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
In
pump.fun.backend/src/user/user.service.ts
Line 72 in ab2b9d9
| async getTokens(payload: object) { |
jwtService.signAsync). The name should be updated to reflect that, e.g. create...
In
pump.fun.backend/src/user/user.controller.ts
Line 150 in ab2b9d9
| const userData = this.jwtService.verify(body.token); |
userData with a few JWT fields deleted. This can be potentially inconsistent with the payload given in other places, such as pump.fun.backend/src/user/user.controller.ts
Line 107 in ab2b9d9
| const jwt = await this.userService.getTokens(payload) |
Metadata
Metadata
Assignees
Labels
No labels