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
Using asymmetric keys to sign JWTs would strengthen the overall security and integrity of our system. In this model, our system would generate private-public key-pairs, as many as needed. Then, the JWTs would be signed using a private key and can be verified using the corresponding public key.
Using asymmetric keys to sign JWTs would strengthen the overall security and integrity of our system. In this model, our system would generate private-public key-pairs, as many as needed. Then, the JWTs would be signed using a private key and can be verified using the corresponding public key.
We plan to use NetDevPack/Security.Identity for this purpose.
This task consists of two sub-tasks:
TokenGenerator
to generate key-pairs and use private keys for signing.The text was updated successfully, but these errors were encountered: