{"id":42342402,"url":"https://github.com/jitsi-contrib/jitok","last_synced_at":"2026-01-27T15:08:53.034Z","repository":{"id":61479616,"uuid":"527283497","full_name":"jitsi-contrib/jitok","owner":"jitsi-contrib","description":"Jitsi Token Generator","archived":false,"fork":false,"pushed_at":"2025-12-12T16:54:18.000Z","size":374,"stargazers_count":22,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-12-14T07:54:34.527Z","etag":null,"topics":["jitsi","jwt","token"],"latest_commit_sha":null,"homepage":"","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jitsi-contrib.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-21T17:49:13.000Z","updated_at":"2025-12-12T16:54:22.000Z","dependencies_parsed_at":"2023-01-30T22:15:38.320Z","dependency_job_id":"b633c830-1f6b-4296-a4dc-3db772b5fce7","html_url":"https://github.com/jitsi-contrib/jitok","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/jitsi-contrib/jitok","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitsi-contrib%2Fjitok","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitsi-contrib%2Fjitok/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitsi-contrib%2Fjitok/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitsi-contrib%2Fjitok/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jitsi-contrib","download_url":"https://codeload.github.com/jitsi-contrib/jitok/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitsi-contrib%2Fjitok/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28815387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["jitsi","jwt","token"],"created_at":"2026-01-27T15:08:51.064Z","updated_at":"2026-01-27T15:08:53.029Z","avatar_url":"https://github.com/jitsi-contrib.png","language":"Svelte","readme":"# Jitok\n\nJitsi token generator API and UI\n\n- [API](/api)\n- [UI](/ui)\n\n## Demo\n\n[jitok.emrah.com](https://jitok.emrah.com/)\n\n## API Payload\n\n- `alg`: \"HS256\" | \"HS512\"\n  \\\n  _default_: `HS256`\n- `secret`: string\n  \\\n  _required_\n- `aud`: string\n  \\\n  _required_\n- `iss`: string\n  \\\n  _default_: _the_ `aud` _value_\n- `sub`: string\n  \\\n  _default_: `*`\n- `room`: string\n  \\\n  _default_: `*`\n- `nbf`: number | string (formatted date)\n  \\\n  _default_: `0` _sec_\n- `exp`: number | string (formatted date)\n  \\\n  _default_: `3600` _sec_\n- `cntx_user_id`: string\n- `cntx_user_name`: string\n- `cntx_user_email`: string\n- `cntx_user_avatar`: string\n  \\\n  _e.g. https://mydomain.com/images/myavatar.png_\n- `cntx_user_affi`: \"owner\" | \"member\"\n- `cntx_user_lobby_bypass`: 0 | 1\n- `cntx_user_security_bypass`: 0 | 1\n- `cntx_room_lobby`: 0 | 1\n- `cntx_room_lobby_autostart`: 0 | 1\n- `cntx_room_password`: string\n- `cntx_feat_rec`: 0 | 1\n- `cntx_feat_live`: 0 | 1\n- `cntx_feat_screen`: 0 | 1\n- `cntx_feat_transcription`: 0 | 1\n\n#### curl example\n\n```bash\nJSON=$(cat \u003c\u003cEOF\n{\n  \"alg\":\"HS256\",\n  \"secret\":\"myappsecret\",\n  \"aud\":\"myappid\",\n  \"room\":\"*\",\n  \"nbf\":\"2022-10-15T15:00+02:00\",\n  \"exp\":\"2022-10-15T16:30+02:00\",\n  \"cntx_user_id\":\"1ceb7fbc-beef-42a7-9ca1-a79a042fcba8\",\n  \"cntx_user_name\":\"myname\"\n}\nEOF\n)\n\ncurl -H \"Content-Type: application/json\" -d \"$JSON\" https://jitok.emrah.com/api\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjitsi-contrib%2Fjitok","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjitsi-contrib%2Fjitok","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjitsi-contrib%2Fjitok/lists"}