Implemented the Authentication endpoints (#9)

This PR contains the work done to implement the *Authentication* endpoints of the Discogs API:
* GET `/oauth/request_token`
* POST `/oauth/access_token`
* GET `/oauth/identity`

Reviewed-on: #9
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
This commit was merged in pull request #9.
This commit is contained in:
2025-10-13 17:55:48 +00:00
committed by Javier Cicchelli
parent de5b4ff5d0
commit 9a30b69561
2517 changed files with 2674 additions and 2160 deletions
+1 -1
View File
@@ -1 +1 @@
{"bundleID":"DiscogsService","schemaVersion":{"patch":0,"major":0,"minor":1},"bundleDisplayName":"DiscogsService"}
{"schemaVersion":{"major":0,"minor":1,"patch":0},"bundleDisplayName":"DiscogsService","bundleID":"DiscogsService"}