{"id":19820083,"url":"https://github.com/freelancer/freelancer-oauth-demo-app","last_synced_at":"2025-07-14T18:33:50.189Z","repository":{"id":90761742,"uuid":"114611912","full_name":"freelancer/freelancer-oauth-demo-app","owner":"freelancer","description":"Demo OAuth Client Application for the Freelancer.com Sandbox","archived":false,"fork":false,"pushed_at":"2023-05-01T20:15:20.000Z","size":480,"stargazers_count":1,"open_issues_count":2,"forks_count":3,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-01T13:13:08.997Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://developers.freelancer.com","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/freelancer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.LESSER","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-18T07:56:27.000Z","updated_at":"2020-07-08T13:08:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"5121c6d3-2d27-485d-a466-700fc5d5218b","html_url":"https://github.com/freelancer/freelancer-oauth-demo-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/freelancer/freelancer-oauth-demo-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freelancer%2Ffreelancer-oauth-demo-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freelancer%2Ffreelancer-oauth-demo-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freelancer%2Ffreelancer-oauth-demo-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freelancer%2Ffreelancer-oauth-demo-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freelancer","download_url":"https://codeload.github.com/freelancer/freelancer-oauth-demo-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freelancer%2Ffreelancer-oauth-demo-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265331923,"owners_count":23748527,"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-12T10:21:24.460Z","updated_at":"2025-07-14T18:33:50.179Z","avatar_url":"https://github.com/freelancer.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Demo OAuth Client for Freelancer.com API\n\nThe Identity Demo Application is a demonstration web application writting in Python.\nIt authenticates against Freelancer.com Sandbox OAuth provider to allow a user to post projects \nvia the Freelancer.com API sandbox.\n\nSee https://developers.freelancer.com/ to learn more.\n\n\n## Getting Started ##\n\nCreate a virtualenv for your application\n\n```\n$ virtualenv freelancer-oauth-demo-app\nsource freelancer-oauth-demo-app/bin/activate\n```\n\n### Get the code ###\n```\n$ git clone https://github.com/freelancer/freelancer-oauth-demo-app.git\n$ pip install -e .\n```\n\n### Setting up your client ###\nIn order to run your server, you need to register a client application with \n[accounts.freelancer-sandbox.com](https://accounts.freelancer-sandbox.com).\n\nFor the purposes of testing, this code runs a server on localhost, and therefore uses a \nredirect_uri of http://127.0.0.1:8080/authorized. If you want to use this behaviour, you must register your \nclient application with this redirect_uri. If you use another redirect_uri when \nregistering your application, ensure that the variable 'client_redirect' in client.py is set \nto your redirect_uri. Also set the variable client_name to the name you choose for your application.\n\nOnce you have registered the application, you will be given a client_id and a client_secret. Set the variables of the same name defined in client.py to be these two values.\n\n### Running the server ###\n\n```\n$ cd freelancer_oauth_demo_app\n$ python client.py\n * Running on http://0.0.0.0:8080/ (Press CTRL+C to quit)\n * Restarting with stat\n * Debugger is active!\n * Debugger pin code: 184-916-923\n```\n\nCongratulations, you now have an OAuth client application running on your machine!\n\nNavigate to http://127.0.0.1:8080/ to view your OAuth client application.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreelancer%2Ffreelancer-oauth-demo-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreelancer%2Ffreelancer-oauth-demo-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreelancer%2Ffreelancer-oauth-demo-app/lists"}