{"id":20593121,"url":"https://github.com/arctixdev/deezer-oauth-relay","last_synced_at":"2025-03-06T14:24:54.176Z","repository":{"id":193393302,"uuid":"625584468","full_name":"arctixdev/deezer-oauth-relay","owner":"arctixdev","description":"Small html file that redirects to another url","archived":false,"fork":false,"pushed_at":"2023-11-16T13:54:11.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T10:43:40.189Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arctixdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-04-09T15:09:26.000Z","updated_at":"2023-04-09T15:09:52.000Z","dependencies_parsed_at":"2023-09-08T02:19:28.922Z","dependency_job_id":null,"html_url":"https://github.com/arctixdev/deezer-oauth-relay","commit_stats":null,"previous_names":["arctixdev/deezer-oauth-relay"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arctixdev%2Fdeezer-oauth-relay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arctixdev%2Fdeezer-oauth-relay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arctixdev%2Fdeezer-oauth-relay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arctixdev%2Fdeezer-oauth-relay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arctixdev","download_url":"https://codeload.github.com/arctixdev/deezer-oauth-relay/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242225030,"owners_count":20092503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T07:47:27.303Z","updated_at":"2025-03-06T14:24:54.155Z","avatar_url":"https://github.com/arctixdev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deezer-oauth-relay\nA small 10 line relay service for the Music Assistant Deezer integration. This is needed because Deezer only allows oauth to specific urls (In this case https://deezer.oauth.jonathanbangert.com/). All it does is it recieves the oauth redirect from deezer and then instantly redirects back to the local music assistant instance. \n\nThis is all the code:\n```html\n\u003chtml\u003e\n    \u003chead\u003e\n        \u003cscript\u003e\n            let params = window.location.search.replace('?','').split('\u0026');\n            let code = params[0].split('=')[1];\n            let server_url = params[1].split('=')[1];\n            window.location.replace(server_url + '?code=' + code)\n        \u003c/script\u003e\n    \u003c/head\u003e\n\u003c/html\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farctixdev%2Fdeezer-oauth-relay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farctixdev%2Fdeezer-oauth-relay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farctixdev%2Fdeezer-oauth-relay/lists"}