Commit 975245c
committed
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 975245c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
0 commit comments