{"id":17125345,"url":"https://github.com/danielblagy/jwt-users-auth","last_synced_at":"2025-06-20T09:38:50.866Z","repository":{"id":247098959,"uuid":"824985239","full_name":"danielblagy/jwt-users-auth","owner":"danielblagy","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-06T15:02:32.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T03:35:15.014Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/danielblagy.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}},"created_at":"2024-07-06T13:12:28.000Z","updated_at":"2024-07-06T15:02:35.000Z","dependencies_parsed_at":"2024-07-06T16:04:10.245Z","dependency_job_id":null,"html_url":"https://github.com/danielblagy/jwt-users-auth","commit_stats":null,"previous_names":["danielblagy/jwt-users-auth"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/danielblagy/jwt-users-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielblagy%2Fjwt-users-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielblagy%2Fjwt-users-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielblagy%2Fjwt-users-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielblagy%2Fjwt-users-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielblagy","download_url":"https://codeload.github.com/danielblagy/jwt-users-auth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielblagy%2Fjwt-users-auth/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260920364,"owners_count":23082967,"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-10-14T18:44:43.177Z","updated_at":"2025-06-20T09:38:45.851Z","avatar_url":"https://github.com/danielblagy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jwt-users-auths\n\n## Get package\n\n```\ngo get github.com/danielblagy/jwt-users-auth\n```\n\n## Generate password hash\n\n```\nimport \"github.com/danielblagy/jwt-users-auth/hash\"\n\nfunc main() {\n    ...\n\n    passwordHash, err := hash.CreatePasswordHash(userPassword)\n    if err != nil {\n        return errors.Wrap(err, \"can't create password hash\")\n    }\n\n    ...\n}\n```\n\nUsers storage must have user's hashed passwords.\n\n## auth.AuthService\n\nTo use the service you must implement auth.BlacklistStore and auth.UsersProvider interfaces.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielblagy%2Fjwt-users-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielblagy%2Fjwt-users-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielblagy%2Fjwt-users-auth/lists"}