{"id":29878401,"url":"https://github.com/tkahng/playground","last_synced_at":"2026-05-01T07:01:22.435Z","repository":{"id":306292103,"uuid":"1025624011","full_name":"tkahng/playground","owner":"tkahng","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-24T20:51:13.000Z","size":33551,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-07-24T22:14:48.643Z","etag":null,"topics":["admin","api","go","golang","job-queue","notifications","react","real-time","rest-api","spa","sse"],"latest_commit_sha":null,"homepage":"https://playground.k2dv.io","language":"Go","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/tkahng.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}},"created_at":"2025-07-24T14:37:52.000Z","updated_at":"2025-07-24T16:38:37.000Z","dependencies_parsed_at":"2025-07-24T22:25:18.092Z","dependency_job_id":null,"html_url":"https://github.com/tkahng/playground","commit_stats":null,"previous_names":["tkahng/playground"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/tkahng/playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkahng%2Fplayground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkahng%2Fplayground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkahng%2Fplayground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkahng%2Fplayground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tkahng","download_url":"https://codeload.github.com/tkahng/playground/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkahng%2Fplayground/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268003469,"owners_count":24179290,"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-07-31T02:00:08.723Z","response_time":66,"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":["admin","api","go","golang","job-queue","notifications","react","real-time","rest-api","spa","sse"],"created_at":"2025-07-31T07:02:10.871Z","updated_at":"2026-05-01T07:01:16.949Z","avatar_url":"https://github.com/tkahng.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build and test](https://github.com/tkahng/playground/actions/workflows/ci.yml/badge.svg)](https://github.com/tkahng/playground/actions/workflows/ci.yml)\n\n# Playground\n\n# Features\n\n- Admin\n  - User Management\n  - Permission and Role Management\n- Teams\n  - Create or join teams.\n  - Invite other users to join your team.\n- Tasks and Projects\n  - Teams can create projects, which are collection of tasks.\n  - Drag and drop kanban board.\n  - Realtime task due alerts\n- Realtime notifications through SSE\n  - when new users join your team\n  - when a task you are following is due\n  - when a task you are following is\n\n# Introduction\n\n# Authentication\n\nCurrently there are 3 ways of authentication, `credentials`, `google`, and `github`. Users who signup through credentials must verify their email. Users who signup through google or github are automatically verified.\n\n## Credentials\n\nEmail and password authentication is supported, along with change password, reset password and verify email features.\n\n## OAuth2.0\n\nGoogle and Github oauth is supported, with more supported with adding configuration.\n\nInspired by Supabase's [GoTrue](https://github.com/supabase/auth), a unified endpoint for OAuth2.0 Callbacks with state token is used. All providers point to `/api/auth/callback`, with each state parameter containing a jwt with necessary information for authentication.\n\n# Projects and Tasks\n\n# Permission Model\n\n![permission model](assets/authgo-permissions.png \"Permission Model\")\n\nThere are multiple ways a user can have permissions.\n\n- Direct Assignment\n- Assigning Roles\n- Subscription to Product with Roles\n\nAuthorization happens on the set of all permissions assigned to a user.\n\n# Admin Features\n\n## Feature list\n\n- Users\n\n  - create user\n  - edit user\n  - update user password\n  - assign roles to user\n  - assign permissions to user\n  - view users\n  - delete users\n\n- Roles\n\n  - view roles\n  - create roles\n  - edit roles\n  - assign permissions to roles\n  - delete roles\n\n- Permissions\n\n  - view permissions\n  - create permissions\n  - delete permissions\n\n- Products\n\n  - view products\n  - assign product roles\n\n- Subscriptions\n\n  - view subscriptions\n\n- Users\n\n  - user management\n  -\n\n- Roles\n\n  - view roles\n  - create roles\n  - edit roles\n  - assign permissions to roles\n  - delete roles\n\n- Permissions\n\n  - view permissions\n  - create permissions\n  - delete permissions\n\n- Products\n\n  - view products\n  - assign product roles\n\n- Subscriptions\n\n  - view subscriptions\n\n## User Management\n\n| ![user list](assets/user-list.png) | ![user edit](assets/user-edit.png) | ![user roles](assets/user-assign-roles.png) |\n| ---------------------------------- | ---------------------------------- | ------------------------------------------- |\n| user list                          | user edit                          | user roles                                  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkahng%2Fplayground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftkahng%2Fplayground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkahng%2Fplayground/lists"}