{"id":18677453,"url":"https://github.com/persteenolsen/blazor-signup-basic","last_synced_at":"2026-04-21T05:32:37.932Z","repository":{"id":228034112,"uuid":"770985450","full_name":"persteenolsen/blazor-signup-basic","owner":"persteenolsen","description":"Blazor App WebAssembly Web Client - towards a .NET 6 Web API with SQLite serving as a Membership system","archived":false,"fork":false,"pushed_at":"2024-03-20T17:31:11.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-28T22:49:57.340Z","etag":null,"topics":["blazor","dotnet","jwt","webassembly"],"latest_commit_sha":null,"homepage":"https://blazor.signup.basic.persteenolsen.com","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-12T13:44:17.000Z","updated_at":"2024-03-15T07:28:32.000Z","dependencies_parsed_at":"2024-03-16T15:06:09.066Z","dependency_job_id":"9d970e96-5bd7-4965-9be4-2364ffb0109a","html_url":"https://github.com/persteenolsen/blazor-signup-basic","commit_stats":null,"previous_names":["persteenolsen/blazor-signup-basic"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/persteenolsen/blazor-signup-basic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fblazor-signup-basic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fblazor-signup-basic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fblazor-signup-basic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fblazor-signup-basic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/persteenolsen","download_url":"https://codeload.github.com/persteenolsen/blazor-signup-basic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fblazor-signup-basic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32078827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"last_error":"SSL_read: 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":["blazor","dotnet","jwt","webassembly"],"created_at":"2024-11-07T09:33:58.446Z","updated_at":"2026-04-21T05:32:37.914Z","avatar_url":"https://github.com/persteenolsen.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blazor-webassembly-registration-login-example\n\nASP.NET Core Blazor WebAssembly - User Registration and Login Example \u0026 Tutorial\n\n# Create a global json\n\ndotnet new globaljson --sdk-version 6.0.320 --force\n\n# Functionality of the Web App\n\n- JWT Authentication \n- CRUD Functionality\n\n# Tech used for creating the Web App\n\n- A Blazor Webassembly Client towards a .NET 6 Web API\n- C#\n- Razor Pages\n- SQLite for the local DB - At The Server Side\n- A traditional Webhotel for hosting\n- VS Code\n\n# Development\n\ndotnet run\n\n# Production\n\nCreate a self contained build for production at the remote server / traditionel web hotel\n\ndotnet publish blazorapp.csproj --configuration Release --runtime win-x86 --self-contained\n\nUpload the build to remote server\n\nAt my remote servers the web.config needs to be without the folowing:\n\nhostingModel=\"inprocess\"\n\n# Some issues to handle\n\n_imports.razor seems not to take of the loading of the Razor files\n\nTo solve that issue I have been loading the folders / files needed like in \"app.razor\":\n\n@using BlazorApp.Shared\n@using Microsoft.AspNetCore.Components.Routing\n@using BlazorApp.Helpers\n\nAdded the below in Blazorapp.csproj\n\nRootNameSpace - BlazorApp - RootNameSpace\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpersteenolsen%2Fblazor-signup-basic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpersteenolsen%2Fblazor-signup-basic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpersteenolsen%2Fblazor-signup-basic/lists"}