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
I has been partially addressed by adding JwtFacade in #759, however IMHO it's not explicit enough that SignedWith constraint should be set up when using Configuration
When using a configuration object it makes sense to me to set up constraints when using helpers like
forSymmetricSigner
.Of course this will then need to be kept in sync when someone calls
setSigner
later... So additional point: we should makeConfiguration
immutable.The text was updated successfully, but these errors were encountered: