SoulsReaper
❔ Create a custom register/login razor views for my Blazor identity.
I already have a .razor file and connected as register view, but I have no idea how to proceed, isnt it suppose to be doen through a builtin class like usermanager?
or shall I just handle it with full manual code?
16 replies
How to connect my already constructed MySQL database to my Blazor app as an Identity DB Context!?.
57 replies
How to connect my already constructed MySQL database to my Blazor app as an Identity DB Context!?.
but when I added the connectionstring to my databtase on program.cs and followed the tutorial a=I was watching,
used add-migration then update-database, it totally added new tables for example:
aspcoreusers
aspcoreroles
57 replies