{"id":20382690,"url":"https://github.com/autodesk-forge/forge-hubs-browser-dotnet","last_synced_at":"2025-08-01T21:02:46.157Z","repository":{"id":93591371,"uuid":"477769950","full_name":"Autodesk-Forge/forge-hubs-browser-dotnet","owner":"Autodesk-Forge","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-26T16:29:23.000Z","size":585,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":9,"default_branch":"develop","last_synced_at":"2025-04-22T17:14:44.813Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Autodesk-Forge.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-04T15:52:00.000Z","updated_at":"2022-04-05T04:32:07.000Z","dependencies_parsed_at":"2023-03-13T17:16:57.757Z","dependency_job_id":null,"html_url":"https://github.com/Autodesk-Forge/forge-hubs-browser-dotnet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Autodesk-Forge/forge-hubs-browser-dotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk-Forge%2Fforge-hubs-browser-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk-Forge%2Fforge-hubs-browser-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk-Forge%2Fforge-hubs-browser-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk-Forge%2Fforge-hubs-browser-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Autodesk-Forge","download_url":"https://codeload.github.com/Autodesk-Forge/forge-hubs-browser-dotnet/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk-Forge%2Fforge-hubs-browser-dotnet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268296945,"owners_count":24228119,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-15T02:18:38.226Z","updated_at":"2025-08-01T21:02:46.059Z","avatar_url":"https://github.com/Autodesk-Forge.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# forge-hubs-browser-dotnet\n\n![platforms](https://img.shields.io/badge/platform-windows%20%7C%20osx%20%7C%20linux-lightgray.svg)\n[![.net](https://img.shields.io/badge/net-6.0-blue.svg)](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)\n[![license](https://img.shields.io/:license-mit-green.svg)](https://opensource.org/licenses/MIT)\n\nSimple [Autodesk Forge](https://forge.autodesk.com) application built by following\nthe [Hubs Browser](https://forge-tutorials.autodesk.io/tutorials/hubs-browser/) tutorial\nfrom https://forge-tutorials.autodesk.io.\n\n![screenshot](screenshot.png)\n\n## Development\n\n### Prerequisites\n\n- [Forge application](https://forge.autodesk.com/en/docs/oauth/v2/tutorials/create-app)\n- Provisioned access to [BIM 360 Docs](https://forge.autodesk.com/en/docs/bim360/v1/tutorials/getting-started/manage-access-to-docs/)\nor Autodesk Construction Cloud\n- [.NET 6](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)\n- Terminal (for example, [Windows Command Prompt](https://en.wikipedia.org/wiki/Cmd.exe)\nor [macOS Terminal](https://support.apple.com/guide/terminal/welcome/mac))\n\n### Setup \u0026 Run\n\n- Clone this repository\n- Install dependencies: `yarn install` or `npm install`\n- Setup environment variables:\n  - `FORGE_CLIENT_ID` - your Forge application client ID\n  - `FORGE_CLIENT_SECRET` - your Forge application client secret\n  - `FORGE_CALLBACK_URL` - URL for your users to be redirected to after they successfully log in with their Autodesk account\n    - For local development, the callback URL is `http://localhost:8080/api/auth/callback`\n    - For applications deployed to a custom domain, the callback URL is `http://\u003cyour-domain\u003e/api/auth/callback` or `https://\u003cyour-domain\u003e/api/auth/callback`\n    - Do not forget to update the callback URL for your application in https://forge.autodesk.com/myapps as well\n  - `SERVER_SESSION_SECRET` - arbitrary phrase used to encrypt/decrypt server session cookies\n- Run the server: `yarn start` or `npm start`\n\n\u003e When using [Visual Studio Code](https://code.visualstudio.com),\nyou can specify the env. variables listed above in a _.env_ file in this\nfolder, and run \u0026 debug the application directly from the editor.\n\n## Troubleshooting\n\nPlease contact us via https://forge.autodesk.com/en/support/get-help.\n\n## License\n\nThis sample is licensed under the terms of the [MIT License](http://opensource.org/licenses/MIT).\nPlease see the [LICENSE](LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautodesk-forge%2Fforge-hubs-browser-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautodesk-forge%2Fforge-hubs-browser-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautodesk-forge%2Fforge-hubs-browser-dotnet/lists"}