Hello, I found this tutorial really helpful! However since I am pretty new to ASP.NET Core I would like some clarification.
Should the OnCreatingTicket
action be used to save data into the database or should it only be used to authenticate the user? If the latter is the case what would be the appropriate way of saving user data obtained through OAuth into the database?