Open jorgelaranjo opened 6 years ago
Yes, this was for interim testing. SAP not provides official Python libs. Find a post about them here.
Thanks for the note.
@alundesap Yes, I got the XS-Python
package especially for the JWT
You know where the remainder of info of the JWT
inc which algorithms available for encoding are available by any chance? Or can dig into the package
code I guess :)
Thanks
He is correct, though, and the README should still be updated to remove any bad links.
@alundesap Yes, I got the
XS-Python
package especially for theJWT
You know where the remainder of info of theJWT
inc which algorithms available for encoding are available by any chance? Or can dig into thepackage
code I guess :)Thanks
Documentation is available on the package itself but the example is incorrect as it would try to use HS256
which is not the supported algorithm.
The correct example would be with RS256
which works just fine.
Not sure what is the main diff in between the XS-Python
re JWToken
and the python-jws
from which code seems to have been forked from.
Link to https://github.com/alundesap/python-jws does not work, thus assume that repo is no longer used? Thus Readme should be updated, I'd say