SmokedAnkles
SmokedAnkles
CC#
Created by SmokedAnkles on 8/30/2024 in #help
Individual accounts authentication
Hello everyone! I am coding an application that consists of a server and a client. The server is a console app which I turned into a sort of an ASP.NET Web API. It's an executable that just handles everything coming from the client/s. The client is a Blazor web app which communicates with the server via SignalR. I want to set up authentication for the client (on the server). For now my client has individual accounts configured so it can auth only locally, I want it to auth using the server. Is there an effective way to carry over the authentication process itself or should I create a totally new authentication service? Authentication is probably my weakest skill when it comes to coding so any help is welcome. Thank you!
6 replies