oknozor / musicbrainz_rs

A wrapper around the musicbrainz API
MIT License
38 stars 18 forks source link

Add authentication #47

Open ritiek opened 3 years ago

ritiek commented 3 years ago

MusicBrainz requires users to be authenticated in order to be able to submit data to their database. MusicBrainz currently supports two methods for user authentication, which are HTTP Digest Access Authentication and OAuth2. It would be a good idea to implement these authentication methods (and then later also wrapping up the submission endpoint) in our library.