insanitywholesale / adopse-2021

Questionnaire creation platform written using C# .NET and React
GNU Affero General Public License v3.0
1 stars 0 forks source link

Implement Login Functionality (Authn/Authz) #28

Open insanitywholesale opened 2 years ago

insanitywholesale commented 2 years ago

Stuff for login

insanitywholesale commented 2 years ago

https://busk.blog/2022/01/31/authentication-with-jwt-in-net-6/ https://jasonwatmore.com/post/2022/01/07/net-6-user-registration-and-login-tutorial-with-example-api https://jasonwatmore.com/post/2021/12/14/net-6-jwt-authentication-tutorial-with-example-api https://www.c-sharpcorner.com/article/jwt-token-authentication-and-authorizations-in-net-core-6-0-web-api/ https://www.c-sharpcorner.com/article/jwt-authentication-and-authorization-in-net-6-0-with-identity-framework/ https://perko.dev/blog/post/2021-09-14-authorize-dotnet-api-with-jwt https://www.freecodespot.com/blog/jwt-authentication-in-dotnet-core/ https://devblogs.microsoft.com/dotnet/jwt-validation-and-authorization-in-asp-net-core/ https://www.red-gate.com/simple-talk/development/dotnet-development/jwt-authentication-microservices-net/

https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity?view=aspnetcore-6.0&tabs=visual-studio

insanitywholesale commented 2 years ago

add initial users (database seeding) useful for testing login functionality before creating register functionality https://docs.microsoft.com/en-us/aspnet/web-api/overview/data/using-web-api-with-entity-framework/part-3