{"id":16505501,"url":"https://github.com/davidbrochart/jupyverse-auth","last_synced_at":"2025-10-28T01:30:18.084Z","repository":{"id":57287346,"uuid":"395704294","full_name":"davidbrochart/jupyverse-auth","owner":"davidbrochart","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-10T08:08:29.000Z","size":528,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-01T10:02:01.574Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidbrochart.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}},"created_at":"2021-08-13T15:31:30.000Z","updated_at":"2022-08-25T16:37:33.000Z","dependencies_parsed_at":"2022-09-20T02:43:00.839Z","dependency_job_id":null,"html_url":"https://github.com/davidbrochart/jupyverse-auth","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidbrochart%2Fjupyverse-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidbrochart%2Fjupyverse-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidbrochart%2Fjupyverse-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidbrochart%2Fjupyverse-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidbrochart","download_url":"https://codeload.github.com/davidbrochart/jupyverse-auth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238579056,"owners_count":19495490,"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-10-11T15:12:04.399Z","updated_at":"2025-10-28T01:30:17.523Z","avatar_url":"https://github.com/davidbrochart.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jupyverse-auth\n\n![Github Actions Status](https://github.com/davidbrochart/jupyverse-auth/workflows/Build/badge.svg)\n\nA JupyterLab extension for authentication.\n\n\nThis extension is composed of a Python package named `jupyverse-auth`\nfor the server extension and a NPM package named `jupyverse-auth`\nfor the frontend extension.\n\n\n## Install\n\nTo install the extension, execute:\n\n```bash\nmamba create -n jupyverse-auth-dev\nconda activate jupyverse-auth-dev\nmamba install pip nodejs\n\npip install -e .\njupyter labextension develop . --overwrite\njlpm\njlpm run build\n```\n\n## Authentication with GitHub\n\nYou will need to authorize JupyterLab to access your GitHub information. You can register a new\nOAuth application [here](https://github.com/settings/applications/new):\n- Application name: JupyterLab\n- Homepage URL: http://127.0.0.1:8000/lab\n- Authorization callback URL: http://127.0.0.1:8000/auth/github/callback\n\n`127.0.0.1` and `8000` are the IP and port number, respectively. You might have to change them\naccording to your particular setup.\n\nThis will generate a client ID for you, and you must also generate a client secret.\n\nWhen launching jupyverse, you must pass the client ID and secret:\n\n```bash\njupyverse --config=path/to/config.toml\n```\n\nWhere `config.toml` looks like this:\n\n```toml\n[authenticator]\nclient_id = \"your_client_id\"\nclient_secret = \"your_client_secret\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidbrochart%2Fjupyverse-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidbrochart%2Fjupyverse-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidbrochart%2Fjupyverse-auth/lists"}