{"id":18541353,"url":"https://github.com/pazuzu111/nycl","last_synced_at":"2026-04-11T01:32:30.234Z","repository":{"id":122676399,"uuid":"121713178","full_name":"pazuzu111/nycl","owner":"pazuzu111","description":"Node/Express authentication dashboard allowing admin to block users from signing in ","archived":false,"fork":false,"pushed_at":"2018-02-16T07:28:47.000Z","size":101,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-16T21:25:08.216Z","etag":null,"topics":["authentication","authorization","express","nodejs","psql","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pazuzu111.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-02-16T04:01:25.000Z","updated_at":"2018-12-11T07:59:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d19184b-3f70-4c36-8228-1df148633d02","html_url":"https://github.com/pazuzu111/nycl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pazuzu111/nycl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pazuzu111%2Fnycl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pazuzu111%2Fnycl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pazuzu111%2Fnycl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pazuzu111%2Fnycl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pazuzu111","download_url":"https://codeload.github.com/pazuzu111/nycl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pazuzu111%2Fnycl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275649347,"owners_count":25503208,"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-09-17T02:00:09.119Z","response_time":84,"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":["authentication","authorization","express","nodejs","psql","react"],"created_at":"2024-11-06T20:04:50.305Z","updated_at":"2025-09-17T19:21:29.438Z","avatar_url":"https://github.com/pazuzu111.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# back-end\n\n# URI path\n\n```sh\n/api/users\n```\n\n```sh\n{\n    message: \"ok\",\n    auth: false,\n    authAdmin: false,\n    data: {\n        users: [\n            {\n                id: 2,\n                username: \"admin\",\n                password_digest: \"$2a$10$fRDU0sx0PC3J.9.pyMq2/.uUA45ufc6tQC6qSFrfr.rvtJbkqDi1m\",\n                email: \"admin@admin.com\",\n                block: false\n            },\n            {\n                id: 5,\n                username: \"user3\",\n                password_digest: \"$2a$10$WEB1rbJJKg4oSAuMHWIYIOQHeOy68QH/ty4OJv6GBw/FProUEI3L.\",\n                email: \"user3@user3.com\",\n                block: false\n            },\n            {\n                id: 6,\n                username: \"user4\",\n                password_digest: \"$2a$10$HXVvBSvvhs8PtgZadNgljOLSsV2qdY9Ar63lDdmHt2eMy.QMX7d6e\",\n                email: \"user4@user4.com\",\n                block: false\n            },\n            {\n                id: 3,\n                username: \"user\",\n                password_digest: \"$2a$10$ncCQzj05otVlNX/ySZVuruPneEek20nJJzf4E86LJWdCetrWn7Tli\",\n                email: \"user@user.com\",\n                block: true\n            },\n            {\n                id: 4,\n                username: \"user2\",\n                password_digest: \"$2a$10$HtMBHUf/z1DbsnVAYIo0QuPyPbbe.vLW36lPKvAuA5xlI.ZaU/KVq\",\n                email: \"user2@user2.com\",\n                block: true\n            }\n        ]\n    }\n}\n```\n# stack\n\n- React\n- node/express\n- psql\n\n# dependencies\n\n```sh\n\"dependencies\": {\n    \"bcryptjs\": \"^2.4.3\",\n    \"body-parser\": \"^1.18.2\",\n    \"cookie-parser\": \"^1.4.3\",\n    \"dotenv\": \"^4.0.0\",\n    \"express\": \"^4.16.2\",\n    \"express-session\": \"^1.15.6\",\n    \"morgan\": \"^1.9.0\",\n    \"passport\": \"^0.4.0\",\n    \"passport-local\": \"^1.0.0\",\n    \"pg-promise\": \"^7.3.1\"\n  }\n```\n# steps\n\n1) installed dependencies\n2) created server(back)\n3) created client(front)\n4) created db\n5) setup user authentication\n6) setup user authorization\n\n# user stories\n\nadmin can sign in and choose to delete or block a users access to the site\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpazuzu111%2Fnycl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpazuzu111%2Fnycl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpazuzu111%2Fnycl/lists"}