Commit fda1670
committed
fix(m2m): keep ClientSecret out of json.Marshal via json:"-"
Prevents accidental exposure through structured logging, webhook payloads,
or error dumps. Matches the existing User.Password convention.1 parent ae4a85c commit fda1670
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
0 commit comments