Commit b7cf611
Cast GitHub
The pyjwt library expects the issuer to be of type `str` and enforces it
with jpadilla/pyjwt#1040. Using an integer as done before will result in
`TypeError: Issuer (iss) must be a string.`.
Signed-off-by: Jonas Brand (8R0WNI3) <j.brand@sap.com>app_id as string before using as iss
1 parent 880e6c2 commit b7cf611
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
165 | 169 | | |
166 | 170 | | |
167 | 171 | | |
| |||
174 | 178 | | |
175 | 179 | | |
176 | 180 | | |
177 | | - | |
| 181 | + | |
178 | 182 | | |
179 | 183 | | |
180 | 184 | | |
| |||
0 commit comments