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
If we want to scale auth to multiple replicas, we can't use UUIDs as our nonce values being passed to github etc, we should use a self-signed jwt, signed with a secret that all auth instances know, so that each replica can validate the nonce passed back from any other.
The text was updated successfully, but these errors were encountered:
If we want to scale auth to multiple replicas, we can't use UUIDs as our nonce values being passed to github etc, we should use a self-signed jwt, signed with a secret that all auth instances know, so that each replica can validate the nonce passed back from any other.
The text was updated successfully, but these errors were encountered: