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
In lib.rs fernet_verify_token() does an exact DN case comparison and in some scenarios this breaks down and returns invalid credentials when the case of the DN is different than what is in the token.
Issue Description
In lib.rs fernet_verify_token() does an exact DN case comparison and in some scenarios this breaks down and returns invalid credentials when the case of the DN is different than what is in the token.