You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently tokens are signed using only one crypto algorithm. Please add RSA and ECDSA algorithms as symmetric crypto keys are not really suitable for OAuth
The text was updated successfully, but these errors were encountered:
Hi
I'm currently working on a pull request to implement more TokenSecureFormatter's because the default SHA256 then RC4 is not secure at all.
It really depends on the application what crypto algorithm should be used an I think this is why the autor implemented just 1 and provided an interface to extend. Nevertheless my list to implement is the following:
Currently tokens are signed using only one crypto algorithm. Please add RSA and ECDSA algorithms as symmetric crypto keys are not really suitable for OAuth
The text was updated successfully, but these errors were encountered: