Bunta Fujiwara (文太)
Bunta Fujiwara (文太)
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
Thank you all for the help!
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
Should I close the thread or leave it open in case of possible problems that may arise
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
I'll start following the guide since it's the learn section so there probably wont' be any issues
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
I created a project called Prototype since I'm kind of prototyping the authentication and authorization. Regarding the DB. I guess I'll have to get a new local DB going since my current one is on Azure with the free tier
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
Can't I scaffold into my actual project and check against the previous commits in git? Or would that come with the risk of breaking stuff?
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
I already have the UI part. I would prefer to avoid scaffolding a new UI, if possible. This way I would only lose half of my work instead of all of my work.
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
No
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
I was wondering why I no longer had to write AJAX for my requets. Maybe that's the answer
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
I didn't know that
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
Yes, I am using .NET8
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
I did MVC before in Rails
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
The theme of the app is that it's a library, like an online library of books
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
A MVC app
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
Just a personal project
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
In my previous architecture I had all of the login data such as the user email and hashed password and salt in a Logins table, with all the remaining user data in a Users table
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
But now I realized that I have lots of redundant fields in my Users table
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
I did a DB migration with Identity since I received suggestions to use Identity.
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
Yeah, that's what I was trying to accomplish. I am just unsure on what to use. I want to rewrite as little as possible
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
Well, I didn't even have an Authentication stack in place
122 replies
CC#
Created by Bunta Fujiwara (文太) on 4/13/2024 in #help
✅ Can't Authenticate User
I have a separate table for storing the user's email and password + salt and I don't think that it's proper to store that data in the User table
122 replies