I am using Xcode 13, Swift 5.5, & SwiftUI. I am trying to create a login page for an app. The user data is stored in Core Data.
I cannot find a current tutorial or post explaining how to do this. Can someone explain to me how to create a login page that verifies credentials entered into a form match values that are stored in CoreData entity?