{"id":17947591,"url":"https://github.com/blendereru/authorizer","last_synced_at":"2026-05-16T06:38:19.964Z","repository":{"id":258778230,"uuid":"874360310","full_name":"blendereru/authorizer","owner":"blendereru","description":"token based authentication in asp.net core mvc","archived":false,"fork":false,"pushed_at":"2024-11-04T12:07:17.000Z","size":923,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-05T04:21:48.469Z","etag":null,"topics":["asp-net-core-mvc","authentication","authorization","csharp","dotnet","entity-framework-core","fingerprint-authentication","jwt-token","token-based-authentication"],"latest_commit_sha":null,"homepage":"","language":"C#","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/blendereru.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-17T17:28:17.000Z","updated_at":"2024-11-04T12:07:20.000Z","dependencies_parsed_at":"2024-11-04T13:19:18.305Z","dependency_job_id":"2a11f3b5-8de2-4c7a-8f75-e22324086919","html_url":"https://github.com/blendereru/authorizer","commit_stats":null,"previous_names":["blendereru/authorizer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blendereru/authorizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blendereru%2Fauthorizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blendereru%2Fauthorizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blendereru%2Fauthorizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blendereru%2Fauthorizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blendereru","download_url":"https://codeload.github.com/blendereru/authorizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blendereru%2Fauthorizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33092833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["asp-net-core-mvc","authentication","authorization","csharp","dotnet","entity-framework-core","fingerprint-authentication","jwt-token","token-based-authentication"],"created_at":"2024-10-29T08:05:52.374Z","updated_at":"2026-05-16T06:38:19.924Z","avatar_url":"https://github.com/blendereru.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# authorizer \n\u003ca href=\"https://gist.github.com/zmts/802dc9c3510d79fd40f9dc38a12bccfc\"\u003e\u003cimg src=\"https://img.shields.io/badge/JWT-black?logo=JSON%20web%20tokens\" alt=\"JWT Badge\"\u003e\u003c/a\u003e\n\u003ca href=\"https://learn.microsoft.com/en-us/aspnet/core/?view=aspnetcore-8.0\"\u003e\u003cimg src=\"https://img.shields.io/badge/asp.net%20core-420987?style=flat\u0026logo=dotnet\u0026link=https://learn.microsoft.com/en-us/aspnet/core/?view=aspnetcore-8.0\" alt=\"asp.net core\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://fingerprint.com/blog/browser-fingerprinting-csharp/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Fingerprint-d94d16?style=flat\u0026logo=javascript\u0026logoColor=black\u0026link=https://fingerprint.com/blog/browser-fingerprinting-csharp\" alt=\"Fingerprint\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/blendereru/authorizer?tab=MIT-1-ov-file\"\u003e\u003cimg src=\"https://badge.ttsalpha.com/api?label=license\u0026status=MIT\" alt=\"license\"/\u003e\u003c/a\u003e\n\nThe project is intended to enable jwt-token based authorization in ASP.NET Core. The typical example of how does jwt access/refresh\ntokens work is explained [here](https://gist.github.com/zmts/802dc9c3510d79fd40f9dc38a12bccfc).\n\n## Description\nThe explanation of code in both projects(1 - FingerprintAspNetCore, 2 - JwtService) is provided [here](specs/workflow.md).\nThe project uses `.net` of version `8.0`. The main project is JwtService, whereas the [FingerprintAspNetCore](FingerprintAspNetCore)\nis the project taken from [fingerprint](https://fingerprint.com/blog/browser-fingerprinting-csharp/) documentation, just to\nshow you how the fingerprint is typically implemented in your c# application.\n\n## Package versions\n```csproj\n\u003cPackageReference Include=\"FingerprintPro.ServerSdk\" Version=\"7.0.0-test.0\" /\u003e\n\u003cPackageReference Include=\"Microsoft.AspNetCore.Authentication.JwtBearer\" Version=\"8.0.10\" /\u003e\n\u003cPackageReference Include=\"Microsoft.EntityFrameworkCore\" Version=\"8.0.10\" /\u003e\n\u003cPackageReference Include=\"Microsoft.EntityFrameworkCore.Design\" Version=\"8.0.10\"\u003e\n```\n\n## How to Run the Project\n\nFollow these steps to get the project up and running on your local machine:\n\n1. **Open Git Bash**\n    - If you don't have Git Bash installed, you can download it from [here](https://www.atlassian.com/git/tutorials/git-bash).\n    - Once installed, open Git Bash.\n\n2. **Select the Path for Cloning**\n    - Use the `cd` command to navigate to the directory where you want to clone the repository. For example:\n      ```bash\n      cd /path/to/your/directory\n      ```\n    - Replace `/path/to/your/directory` with your desired path.\n\n3. **Clone the Repository**\n    - Paste the following command in Git Bash to clone the repository:\n      ```bash\n      git clone https://github.com/blendereru/authorizer.git\n      ```\n\n4. **Navigate into the Project Directory**\n    - Change into the project directory that was just created:\n      ```bash\n      cd authorizer\n      ```\n\n5. **Install Dependencies**\n    - If your project requires any dependencies, install them by running:\n      ```bash\n      dotnet restore\n      ```\n    - This will restore the NuGet packages specified in your project file.\n\n6. **Run the Project**\n    - To run the project, use the following command:\n      ```bash\n      dotnet run\n      ```\n    - This will start the application, and you can access it as specified in your project's documentation (usually in a web browser).\n\n7. **Open in a Browser**\n    - If it's a web application, open your browser and go to `http://localhost:5000` (or whichever port your application is running on) to see it in action.\n\n### Troubleshooting\n- If you encounter issues while running the project, check the following:\n    - Ensure you have the correct version of the .NET SDK installed.\n    - Review any error messages for guidance on what might be wrong.\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblendereru%2Fauthorizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblendereru%2Fauthorizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblendereru%2Fauthorizer/lists"}