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
To support parallaxsecond/parsec-tool#49 it is necessary to create a new BasicClient without authentication being automatically configured as it is with BasicClient::new().
It would be possible to use latest version of new_naked(), but this would not automatically configure other aspects of the client (e.g. providers).
New method should do all the auto configuration as BasicClient::new() except for authenticator, which should be set to Authentication::None
The text was updated successfully, but these errors were encountered:
To support parallaxsecond/parsec-tool#49 it is necessary to create a new BasicClient without authentication being automatically configured as it is with BasicClient::new().
It would be possible to use latest version of new_naked(), but this would not automatically configure other aspects of the client (e.g. providers).
New method should do all the auto configuration as BasicClient::new() except for authenticator, which should be set to Authentication::None
The text was updated successfully, but these errors were encountered: