feat(auth): implement purple music app authentication

This commit is contained in:
2025-09-30 21:56:45 -04:00
parent d9e7e4885d
commit 48d8b4a593
5 changed files with 579 additions and 2 deletions

View File

@@ -25,5 +25,5 @@ tauri-plugin-dialog = "2"
tauri-plugin-fs = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tauri-plugin-http = "2"
tauri-plugin-http = { version = "2", features = ["unsafe-headers"] }

View File

@@ -27,6 +27,22 @@
}
]
},
"http:default"
{
"identifier": "http:default",
"allow": [
{
"url": "http://www.deezer.com/**"
},
{
"url": "https://www.deezer.com/**"
},
{
"url": "https://*.deezer.com/**"
},
{
"url": "http://*.deezer.com/**"
}
]
}
]
}