MileHDev
How to register with email AND username?
I am using this tuto:
https://learn.microsoft.com/en-us/aspnet/core/security/authentication/identity-api-authorization?view=aspnetcore-8.0
But here you just send the email and password. The username becomes the email. How can I make it so that the username is a separate thing?
16 replies
✅ Getting data from api on app startup?
I am experimenting with a very simple app. I want to keep a list of pokemon that I get from an api in a variable so that when a user searches in the front end for a name, the dotnet api will search do a string search on this list for similar names and return to the client to be rendered in a typeahead. Not sure how to make my api make an "automatic" http request for data without user interaction
16 replies
❔ Renaming project / solution issues (c# dev kit)
I renamed every file and every reference and when I tried debugging it couldn't find the project. Somehow it's still looking for the old name but I've done a text search for the old name in the whole directory and I see nothing. What's the safe way of doing this?
17 replies