Adding Identity Core to an existing project
I have a ASP.NET core for backend and Blazor for front-end.
26 Replies
:NotedHmm:
what project template do you have and have you searched on the internet about it ?
I didn't use a template I just created the two projects
but I didn't select identity when I was creating the asp.net
and which projects are those, of what type
You must've used some template
Unless you wrote the
.cshtml
and .cs
files by handwell it was a while ago
OH wait the templates
make a new one I'd say from scratch
my bad I forgot that's what those are called
should be these two
:catfine: that's the easiest way to do it?
I did I just thought you meant like some template from github...
right
Use Identity to secure a Web API backend for SPAs
Learn how to use Identity to secure a Web API backend for single page applications (SPAs).
Super simple
thanks
I couldnt find one for 8.0 when I was searching
With the caveat, that Identity endpoints are not customizable yet
@Strax do you want to use Blazor ?
I have to use asp.net core
and blazor was a
yeah but a web api or what ? what's the goal, what are you trying to build
like idc about front end so might as well try ut out
A password manager
by dont care about front end I still want to make it look usable but that's about it
but it's a password manager meant for a local network
so it's simple full stack app right ?
I can probably get away without using idenity since all I want is a master password
with a simple ui and backend
yep
then begin with Blazor , not a web api template
and while creating the new project, chose individual accounts
:Smadge: I built half the stuff already
I'll be doing this thing
I remember spending a lot of time picking the templates and having a lot of people recommend me stuff so I am pretty sure I picked the correct templates
I am not sure which templates I used it's been 2 months