The rfc7523 module has a JWTBearerTokenGenerator class, but it is undocumented (well there are docstrings, but not published in the doc pages) and it does not appears to directly rely on RFC7523, which defines how to use JWTs as authorization grants and for client authentication, not the format of issued access tokens.
It may have been useful but now that the rfc9068 module also provide a JWTBearerTokenGenerator, I suggest to deprecate and remove the one from the rfc7523 module
The rfc7523 module has a
JWTBearerTokenGeneratorclass, but it is undocumented (well there are docstrings, but not published in the doc pages) and it does not appears to directly rely on RFC7523, which defines how to use JWTs as authorization grants and for client authentication, not the format of issued access tokens.It may have been useful but now that the rfc9068 module also provide a
JWTBearerTokenGenerator, I suggest to deprecate and remove the one from the rfc7523 module