Using dotnet core Identity
I'm trying to setup a dotnet core 2.1 backend service. I want to use graphql-dotnet and Identity for authentication.
I got graphql running, but I'm not sure how i can use Identity to secure my schema.
I got registering and login running, but when I try to add a email verification, I'm not sure how to integrate that. At the moment I'm not using mvc because I want to use Angular for the frontend.
A pointing into the right direction would be very appreciated.
Thanks
0 comments:
Post a Comment