{"id":18677394,"url":"https://github.com/persteenolsen/dotnet-8-signup-email-api","last_synced_at":"2026-05-07T18:05:41.365Z","repository":{"id":228567877,"uuid":"773366798","full_name":"persteenolsen/dotnet-8-signup-email-api","owner":"persteenolsen","description":"A .NET 8 REST API serving as a Membership System with Email Verification using SQLite and EF Core","archived":false,"fork":false,"pushed_at":"2024-10-13T11:01:14.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-05T06:09:27.687Z","etag":null,"topics":["dotnet","entity-framework-core","rest-api","sqlite"],"latest_commit_sha":null,"homepage":"https://dotnet.signup.email.api.persteenolsen.com/swagger","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/persteenolsen.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-03-17T13:28:57.000Z","updated_at":"2024-11-21T18:11:58.000Z","dependencies_parsed_at":"2024-03-19T12:57:25.259Z","dependency_job_id":"32010908-daea-4e63-a2cd-d042caa1116b","html_url":"https://github.com/persteenolsen/dotnet-8-signup-email-api","commit_stats":null,"previous_names":["persteenolsen/dotnet-8-signup-email-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/persteenolsen/dotnet-8-signup-email-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fdotnet-8-signup-email-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fdotnet-8-signup-email-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fdotnet-8-signup-email-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fdotnet-8-signup-email-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/persteenolsen","download_url":"https://codeload.github.com/persteenolsen/dotnet-8-signup-email-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fdotnet-8-signup-email-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32749617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"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":["dotnet","entity-framework-core","rest-api","sqlite"],"created_at":"2024-11-07T09:33:47.100Z","updated_at":"2026-05-07T18:05:41.332Z","avatar_url":"https://github.com/persteenolsen.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotnet-8-signup-verification-api\n\n.NET 8.0.203 - Boilerplate API with Email Sign Up, Verification, Authentication \u0026 Forgot Password\n\n# Last updated\n\n- 13-10-2024\n\nThe Web API was made without the ASP.NET Core Identity using custom JWT middleware\n\n# Functionality of the Web App\n\n- JWT authentication with refresh tokens\n- Refresh token rotation\n- Revoked token reuse detection\n- Email sign up and verification\n- Forgot password and reset password functionality\n- Role based authorization with two roles \"User\" and \"Admin\"\n- CRUD Account management routes with role based access control\n- Swagger API documentation with routes\n\n# Tech used for creating the Web App\n\n- A .NET 8.0.203 Web API\n- An Angular 14 Web Client for the Frontend\n- Entity Framework\n- SQLite as a local DB\n- Swagger for documentation\n- A traditional Webhotel for hosting\n- VS Code\n\n# Updated EF Core tool to the latest version\n\ndotnet tool update --global dotnet-ef\n\n# Development\n\nCreate the Initial Migration for SQLite DB - should work for any DB\n\nset ASPNETCORE_ENVIRONMENT=Development\n\ndotnet ef migrations add InitialCreate --context DataContext --output-dir Migrations/SqliteMigrations\n\n# Create the local SQLite DB\n\ndotnet run\n\n# Production\n\nCreate a self contained build for production at the remote server / traditionel web hotel\n\ndotnet publish webapi.csproj --configuration Release --runtime win-x86 --self-contained\n\nUpload the build to remote server ( without SQLite DB )\n\nAt my remote servers the web.config needs to be without the folowing:\n\nhostingModel=\"inprocess\"\n\n# Create the remote SQLite DB\n\nNow you can create the remote SQLite DB at the remote server by type the url:\n\nremote-host.com/swagger\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpersteenolsen%2Fdotnet-8-signup-email-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpersteenolsen%2Fdotnet-8-signup-email-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpersteenolsen%2Fdotnet-8-signup-email-api/lists"}