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 current verify API can be kept for backwards compatability and also for getting a good quickstart with the crate (similar to how there is reqwest::get).
An API that requires to instance and keep around a Client has a few advantages:
The current
verifyAPI can be kept for backwards compatability and also for getting a good quickstart with the crate (similar to how there isreqwest::get).