Closed chulkilee closed 8 months ago
As stated in https://datatracker.ietf.org/doc/html/rfc7518#section-3.1, the JWT algorithm is not dependent on the key size, then I am not sure of what expecting as size for this use case.
See https://github.com/malach-it/boruta_auth/issues/19#issuecomment-2016813366
Let's talk about the key size requirement on #19
The doc uses RS256 but the generated key size is 1024 not 2048. Updated the doc to make it work.
Related: #19