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
The bartender web service verifies the signature of a jwt token with a single configured public key. It would be nice if the service could be called by different clients without them sharing the same private key. This can be accomplished by having bartender web service accept multiple public keys.
The server should try to verify signature with each public key until it finds a valid one.
The text was updated successfully, but these errors were encountered:
The bartender web service verifies the signature of a jwt token with a single configured public key. It would be nice if the service could be called by different clients without them sharing the same private key. This can be accomplished by having bartender web service accept multiple public keys.
The server should try to verify signature with each public key until it finds a valid one.
The text was updated successfully, but these errors were encountered: