Oxen-AI / Oxen

Oxen.ai's core rust library, server, and CLI
https://oxen.ai
Apache License 2.0
201 stars 12 forks source link

Ensure only host is written to auth_config.toml file #454

Closed rockenbf closed 2 weeks ago

rockenbf commented 2 weeks ago

Currently there is nothing preventing a user to write the whole url into the auth_config.toml file, which would lead to missing authentication when interacting with a remote that requires it. In this case only the ambiguous error message "Error: unable to verify remote version" is shown.