{"id":28252373,"url":"https://github.com/muhammedilan/jsonwebtokensecurityapi","last_synced_at":"2026-05-08T14:32:49.591Z","repository":{"id":291855000,"uuid":"978956226","full_name":"muhammedilan/JsonWebTokenSecurityAPI","owner":"muhammedilan","description":"Entity Framework Core, SQL Server ve JSON Web Token yapıları ile register, login, authentication, authorization, role-based authorization ve refresh token işlemlerini gerçekleştirdim.","archived":false,"fork":false,"pushed_at":"2025-05-14T12:47:52.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T00:26:56.195Z","etag":null,"topics":["asp-net-core-web-api","authentication","authorization","csharp","dotnet","entity-framework-core","json-web-token","microsoft-sql-server","refresh-token","role-based-authorization","scalar","visual-studio"],"latest_commit_sha":null,"homepage":"","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/muhammedilan.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":"2025-05-06T19:08:21.000Z","updated_at":"2025-05-14T12:47:55.000Z","dependencies_parsed_at":"2025-07-30T23:35:45.545Z","dependency_job_id":null,"html_url":"https://github.com/muhammedilan/JsonWebTokenSecurityAPI","commit_stats":null,"previous_names":["muhammedilan/jsonwebtokensecurityapi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/muhammedilan/JsonWebTokenSecurityAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammedilan%2FJsonWebTokenSecurityAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammedilan%2FJsonWebTokenSecurityAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammedilan%2FJsonWebTokenSecurityAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammedilan%2FJsonWebTokenSecurityAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muhammedilan","download_url":"https://codeload.github.com/muhammedilan/JsonWebTokenSecurityAPI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammedilan%2FJsonWebTokenSecurityAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32784414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-web-api","authentication","authorization","csharp","dotnet","entity-framework-core","json-web-token","microsoft-sql-server","refresh-token","role-based-authorization","scalar","visual-studio"],"created_at":"2025-05-19T16:15:35.252Z","updated_at":"2026-05-08T14:32:49.563Z","avatar_url":"https://github.com/muhammedilan.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Proje Başlığı\n\nEntity Framework Core, SQL Server ve JSON Web Token yapıları ile register, login, authentication, authorization, role-based authorization ve refresh token işlemlerini gerçekleştirdim. \n\nProjede API dokümantasyonu için Scalar kullandım ve Git commit'lerini temiz ve düzenli tuttum.\n\n\u0026nbsp;\n## Kullanılan Teknolojiler\n- C#\n- .NET 9.0\n- Visual Studio\n- ASP.NET Core Web API\n- Scalar API Documentation\n- Entity Framework Core 9.0\n- Microsoft SQL Server\n- JSON Web Token\n\n\u0026nbsp;\n## Ekran Görüntüleri\n\n![Scalar API Docs](https://res.cloudinary.com/dd5hzgg9i/image/upload/v1746880966/JsonWebTokenSecurityAPI_rkav6h.png)\n\n\u0026nbsp;\n## Ortam Değişkenleri\n\nBu projeyi çalıştırmak için aşağıdaki ortam değişkenlerini appsettings.Development.json dosyanıza eklemeniz gerekecek\n\n- Not: Gerçek proje geliştirme ortamında gizli bilgilerin development ortamındayken secrets.json'da ve production ortamındayken environment variables olarak verilmesi daha doğrudur. Ancak örnek bir proje yaptığım için bilerek appsettings.Development.json'a gizli bilgileri yerleştirdim.\n\n`ConnectionStrings__UserDatabase`\n\n`AppSettings__Token`\n\n`AppSettings__Issuer`\n\n`AppSettings__Audience`\n\n\u0026nbsp;\n## Bilgisayarınızda Çalıştırın\n\nProjeyi klonlayın\n\n```bash\ngit clone https://github.com/muhammedilan/JsonWebTokenSecurityAPI.git\n```\n\nProje dizinine gidin\n\n```bash\ncd JsonWebTokenSecurityAPI\n```\n\nGerekli paketleri yükleyin\n\n```bash\ndotnet restore\n```\n\nVeritabanını hazırlayın\n\n```bash\ndotnet ef database update\n```\n\nSunucuyu çalıştırın\n\n```bash\ndotnet run\n```\n\n\u0026nbsp;\n## Geri Bildirim\n\nHerhangi bir geri bildiriminiz varsa, lütfen muhammed.ilan.se@gmail.com adresinden bize ulaşın.\n\n\u0026nbsp;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammedilan%2Fjsonwebtokensecurityapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhammedilan%2Fjsonwebtokensecurityapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammedilan%2Fjsonwebtokensecurityapi/lists"}