{"id":25903038,"url":"https://github.com/coon-js/extjs-app-user","last_synced_at":"2025-08-08T13:16:04.798Z","repository":{"id":40327389,"uuid":"171323002","full_name":"coon-js/extjs-app-user","owner":"coon-js","description":"Application package for lib-cn_comp supported Sencha ExtJS applications providing user authentication views and flow.","archived":false,"fork":false,"pushed_at":"2023-03-06T11:49:23.000Z","size":1899,"stargazers_count":2,"open_issues_count":5,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-15T14:48:31.314Z","etag":null,"topics":["application","authentication","extjs","flow","package","rapid","sencha","user"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/coon-js.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-18T17:03:01.000Z","updated_at":"2023-03-15T02:59:03.000Z","dependencies_parsed_at":"2023-02-07T01:31:54.538Z","dependency_job_id":null,"html_url":"https://github.com/coon-js/extjs-app-user","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coon-js%2Fextjs-app-user","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coon-js%2Fextjs-app-user/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coon-js%2Fextjs-app-user/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coon-js%2Fextjs-app-user/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coon-js","download_url":"https://codeload.github.com/coon-js/extjs-app-user/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241600451,"owners_count":19988716,"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":["application","authentication","extjs","flow","package","rapid","sencha","user"],"created_at":"2025-03-03T03:18:10.325Z","updated_at":"2025-03-03T03:18:10.769Z","avatar_url":"https://github.com/coon-js.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @coon-js/extjs-app-user ![MIT](https://img.shields.io/npm/l/@coon-js/extjs-app-user) [![npm version](https://badge.fury.io/js/@coon-js%2Fextjs-app-user.svg)](https://badge.fury.io/js/@coon-js%2Fextjs-app-user)\n\n\nThis NPM package for Sencha Ext JS applications package provides functionality for managing user authentication, defining\n`pre`- and `postLaunchHooks` for an [extjs-lib-comp](https://github.com/coon-js/extjs-lib-comp) application (`coon.comp.app.Application`) as well as required views.\n\n## Installation\n```bash\n$ npm i --save-dev @coon-js/extjs-app-user\n```\nIf you want to develop with `extjs-app-user`, run the `build:dev`-script afterwards:\n```bash\n$ npm run build:dev\n```\nTesting environment will then be available via\n\n```bash\n$ npm test\n```\n\nFor using the package as an external dependency in an application, use\n```bash\n$ npm i @coon-js/extjs-app-user\n```\nIn your `app.json`, add this package as a requirement, and make sure your Ext JS `workspace.json`\nis properly configured to look up local repositories in the `node_modules`-directory.\n\nExample (`workspace.json`) :\n```json \n{\n  \"packages\": {\n    \"dir\": \"${workspace.dir}/node_modules/@l8js,${workspace.dir}/node_modules/@conjoon,${workspace.dir}/node_modules/@coon-js,${workspace.dir}/packages/local,${workspace.dir}/packages,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name},${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-treegrid,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-base,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-ios,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-material,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-aria,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-neutral,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-classic,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-gray,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-crisp,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-crisp-touch,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-neptune,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-neptune-touch,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-triton,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-graphite,${workspace.dir}/node_modules/@sencha/ext-${toolkit.name}-theme-material,${workspace.dir}/node_modules/@sencha/ext-calendar,${workspace.dir}/node_modules/@sencha/ext-charts,${workspace.dir}/node_modules/@sencha/ext-d3,${workspace.dir}/node_modules/@sencha/ext-exporter,${workspace.dir}/node_modules/@sencha/ext-pivot,${workspace.dir}/node_modules/@sencha/ext-pivot-d3,${workspace.dir}/node_modules/@sencha/ext-ux,${workspace.dir}/node_modules/@sencha/ext-font-ios\",\n    \"extract\": \"${workspace.dir}/packages/remote\"\n  }\n}\n```\n\n## Naming\nThe following naming conventions apply:\n\n#### Namespace\n`coon.user.*`\n#### Package name\n`extjs-app-user`\n#### Shorthand to be used with providing aliases\n`cn_user`\n\n**Example:**\nClass `coon.user.view.authentication.AuthWindow` has the alias `widget.cn_user-authwindow`\n\n## Tests\nTests are written with [Siesta](https://bryntum.com/siesta). Documentation can be found [here](./tests/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoon-js%2Fextjs-app-user","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoon-js%2Fextjs-app-user","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoon-js%2Fextjs-app-user/lists"}