{"id":26221796,"url":"https://github.com/toktokhan-dev/0auth-sdk","last_synced_at":"2026-06-12T20:26:10.345Z","repository":{"id":57092771,"uuid":"428621281","full_name":"TOKTOKHAN-DEV/0auth-sdk","owner":"TOKTOKHAN-DEV","description":"Client Side JavaScript toolkit for 0Auth.","archived":false,"fork":false,"pushed_at":"2021-12-30T10:34:40.000Z","size":164,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-26T03:02:32.432Z","etag":null,"topics":["auth","authentication","authorization","javascript","jwt","login","oauth2","sdk","typescript"],"latest_commit_sha":null,"homepage":"https://landing.0auth.kr","language":"TypeScript","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/TOKTOKHAN-DEV.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.config.js","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-11-16T11:04:48.000Z","updated_at":"2021-12-30T10:34:42.000Z","dependencies_parsed_at":"2022-08-22T21:40:42.544Z","dependency_job_id":null,"html_url":"https://github.com/TOKTOKHAN-DEV/0auth-sdk","commit_stats":null,"previous_names":["toktokhan/0auth-sdk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOKTOKHAN-DEV%2F0auth-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOKTOKHAN-DEV%2F0auth-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOKTOKHAN-DEV%2F0auth-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOKTOKHAN-DEV%2F0auth-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TOKTOKHAN-DEV","download_url":"https://codeload.github.com/TOKTOKHAN-DEV/0auth-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243251884,"owners_count":20261295,"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":["auth","authentication","authorization","javascript","jwt","login","oauth2","sdk","typescript"],"created_at":"2025-03-12T16:30:03.560Z","updated_at":"2025-10-26T10:02:59.609Z","avatar_url":"https://github.com/TOKTOKHAN-DEV.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\n# 0auth-sdk\n\n[![NPM version](https://img.shields.io/npm/v/0auth-sdk)](https://www.npmjs.com/package/0auth-sdk)\n[![Type](https://img.shields.io/npm/types/0auth-sdk)](https://www.npmjs.com/package/0auth-sdk)\n[![License](https://img.shields.io/npm/l/0auth-sdk)](https://www.npmjs.com/package/0auth-sdk)\n[![Downloads](https://img.shields.io/npm/dm/0auth-sdk)](https://www.npmjs.com/package/0auth-sdk)\n\nClient Side JavaScript toolkit for 0Auth.\n\n## Installation\n\nWith [npm](https://www.npmjs.com/):\n\n```bash\nnpm install 0auth-sdk\n```\n\nWith [yarn](https://yarnpkg.com/):\n\n```bash\nyarn add 0auth-sdk\n```\n\n## Usage\n\n### With react\n\nInitializing \n\n```js\nimport Auth from '0auth-sdk';\nAuth.initialize({ \n  brand: 'test'\n});\n```\noptions | type | require | description\n--------|--------|----------------------------|-----\nbrand | string | true | set login page link as [brand].0auth.kr\n\n\ngetOptions\n\n```js\nAuth.getOptions()\n```\n\nlogin\n\n```js\n// if initialized, push to 0auth login page\nAuth.login()\n```\n\ngetProfile\n\n```js\n// if access token is verified\nAuth.getProfile()\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoktokhan-dev%2F0auth-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoktokhan-dev%2F0auth-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoktokhan-dev%2F0auth-sdk/lists"}