iterative / dvc-studio-client

Client to interact with DVC Studio
http://docs.iterative.ai/dvc-studio-client/
Apache License 2.0
6 stars 6 forks source link

Refactor Authorization to Authentication in codebase #122

Closed amritghimire closed 9 months ago

amritghimire commented 9 months ago

Renamed all instances of 'Authorization' to 'Authentication' in tests, README and codebase including changing functions, classes, and variables names. The term 'Authentication' is more appropriate in this context as we are verifying the identity of the user, not their access rights.

Related to https://github.com/iterative/studio/issues/8424