{"id":22929923,"url":"https://github.com/genocs/genocs-auth","last_synced_at":"2025-04-01T16:44:21.720Z","repository":{"id":65294155,"uuid":"565090443","full_name":"Genocs/genocs-auth","owner":"Genocs","description":"NET9 authentication Web API based on EF7","archived":false,"fork":false,"pushed_at":"2024-12-10T19:05:34.000Z","size":165,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T10:52:32.590Z","etag":null,"topics":[],"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/Genocs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"open_collective":"genocs","custom":["https://www.buymeacoffee.com/genocs"]}},"created_at":"2022-11-12T10:06:28.000Z","updated_at":"2024-12-10T19:05:38.000Z","dependencies_parsed_at":"2025-02-07T11:02:18.319Z","dependency_job_id":null,"html_url":"https://github.com/Genocs/genocs-auth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Genocs%2Fgenocs-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Genocs%2Fgenocs-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Genocs%2Fgenocs-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Genocs%2Fgenocs-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Genocs","download_url":"https://codeload.github.com/Genocs/genocs-auth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246672951,"owners_count":20815482,"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","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-14T10:19:43.649Z","updated_at":"2025-04-01T16:44:21.697Z","avatar_url":"https://github.com/Genocs.png","language":"C#","funding_links":["https://opencollective.com/genocs","https://www.buymeacoffee.com/genocs"],"categories":[],"sub_categories":[],"readme":"# dotnet-9-signup-verification-api\n\n.NET 9.0 - Boilerplate API with Email Sign Up, Verification, Authentication \u0026 Forgot Password\n\nDocumentation at https://jasonwatmore.com/post/2022/02/26/net-6-boilerplate-api-tutorial-with-email-sign-up-verification-authentication-forgot-password\n\nDocumentación en español en https://jasonwatmore.es/post/2022/02/26/net-6-tutorial-de-api-estandar-con-registro-de-correo-electronico-verificacion-autenticacion-y-contrasena-olvidada\n\n\n### Install dotnet ef tools\nThe .NET Entity Framework Core tools (dotnet ef) are used to generate EF Core migrations, to install the EF Core tools globally run\n\n```PS\ndotnet tool install -g dotnet-ef\n``` \n, or to update run\n \n```PS\ndotnet tool update -g dotnet-ef\n```\n\n```PS\n# Create the initial migration for the DataSqlServer project\ncd .\\src\\DataSqlServer\ndotnet ef migrations add InitialCreate\n\n# Update the database with the initial migration\ndotnet ef database update\n\n# Create the initial migration for the DataSqLite project\ncd .\\src\\DataSqLite\ndotnet ef migrations add InitialCreate\n\n# Update the database with the initial migration\ndotnet ef database update\n```\n\n## How to use docker\n```PS\n# Build the docker image\ndocker build -t genocs-auth-api .\n\n# Run the docker container\ndocker run -d -p 80:8080 genocs-auth-api\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenocs%2Fgenocs-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenocs%2Fgenocs-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenocs%2Fgenocs-auth/lists"}