{"id":22594710,"url":"https://github.com/lukeuke/lukeuke.authentication.helper","last_synced_at":"2025-10-13T04:39:42.463Z","repository":{"id":266569058,"uuid":"898709876","full_name":"Lukeuke/Lukeuke.Authentication.Helper","owner":"Lukeuke","description":"Nuget package for generating JWT's for my usage in many applications","archived":false,"fork":false,"pushed_at":"2024-12-04T23:20:12.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-13T04:39:41.113Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/Lukeuke.Authentication.Jwt","language":"C#","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/Lukeuke.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,"zenodo":null}},"created_at":"2024-12-04T22:17:38.000Z","updated_at":"2024-12-04T23:30:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9be33e4-003e-417e-bb3b-766b248a116a","html_url":"https://github.com/Lukeuke/Lukeuke.Authentication.Helper","commit_stats":null,"previous_names":["lukeuke/lukeuke.authentication.helper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Lukeuke/Lukeuke.Authentication.Helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lukeuke%2FLukeuke.Authentication.Helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lukeuke%2FLukeuke.Authentication.Helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lukeuke%2FLukeuke.Authentication.Helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lukeuke%2FLukeuke.Authentication.Helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lukeuke","download_url":"https://codeload.github.com/Lukeuke/Lukeuke.Authentication.Helper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lukeuke%2FLukeuke.Authentication.Helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013685,"owners_count":26085390,"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-10-13T02:00:06.723Z","response_time":61,"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":[],"created_at":"2024-12-08T10:07:19.699Z","updated_at":"2025-10-13T04:39:42.458Z","avatar_url":"https://github.com/Lukeuke.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jwt bearer helper package\nFeel free to contribute\n\n## Examples of use\n\n```csharp\n/// \u003csummary\u003e\n/// Represents an application-specific implementation of an identity user.\n/// \u003c/summary\u003e\npublic class User : IdentityUser\n{\n    /// \u003csummary\u003e\n    /// The username of the user.\n    /// \u003c/summary\u003e\n    public string Username { get; set; } = string.Empty;\n\n    /// \u003csummary\u003e\n    /// The email address of the user.\n    /// \u003c/summary\u003e\n    public string Email { get; set; } = string.Empty;\n}\n```\n\n```csharp\nvar user = new User(\"myRawPassword\")\n{\n    Username = \"JohnDoe\",\n    Email = \"john.doe@example.com\"\n};\n\n// Salt and hash the password\nuser.ProvideSaltAndHash();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukeuke%2Flukeuke.authentication.helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukeuke%2Flukeuke.authentication.helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukeuke%2Flukeuke.authentication.helper/lists"}