{"id":21574905,"url":"https://github.com/jonathanlb/simple-auth","last_synced_at":"2025-03-18T06:44:25.041Z","repository":{"id":42989970,"uuid":"204072809","full_name":"jonathanlb/simple-auth","owner":"jonathanlb","description":"Simple authentication and authorization library.","archived":false,"fork":false,"pushed_at":"2024-06-18T21:23:29.000Z","size":1595,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T13:28:20.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/jonathanlb.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":"2019-08-23T21:33:42.000Z","updated_at":"2024-06-18T21:23:29.000Z","dependencies_parsed_at":"2023-02-05T05:31:48.194Z","dependency_job_id":"b04b54a0-d873-4ec2-92d7-edf2c71ae874","html_url":"https://github.com/jonathanlb/simple-auth","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanlb%2Fsimple-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanlb%2Fsimple-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanlb%2Fsimple-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanlb%2Fsimple-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathanlb","download_url":"https://codeload.github.com/jonathanlb/simple-auth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244173502,"owners_count":20410295,"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":[],"created_at":"2024-11-24T12:11:35.963Z","updated_at":"2025-03-18T06:44:25.016Z","avatar_url":"https://github.com/jonathanlb.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleAuth\nSimpleAuth is a [sqlite-based](https://www.npmjs.com/package/sqlite3)\nuser-authentication package.\nUsers can authenticate with a password that is checked against the \npassword hash stored at the server.\nUpon success, the user receives a token that can be used in leiu of\nthe password and database access for a period of time (24 hours by default).\n\n## Password Recovery\nUsers can reset their passwords via request using their id, name, or email.\nUpon request, the server will deliver a new password by invoking\nthe `SimpleAuth.deliverPasswordReset(userId: number, passwd: string)` method,\nwhose implementation must be supplied by the installation.\n\nWe suggest using [nodemailer](https://www.npmjs.com/package/nodemailer) to\ndeliver.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanlb%2Fsimple-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanlb%2Fsimple-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanlb%2Fsimple-auth/lists"}