Hello all,
Has anyone used FusionAuth as an authentication point for both an Angular app for frontend and a Web Api backend for data (in my case .Net Core WebApi)? For example, visit frontend, if unauthenticated be taken to FusionAuth, login and redirected to frontend, and any api/http calls made to WebApi this also confirms auth before returning data.
I'm looking for an alternative to Auth0/Okta (which I have working in this fashion) and FusionAuth does look like a contender for that but want to check if the community for it is using it this way at all or not before I start installing and attempting to use it. And if possible, if anyone has an example as I cannot find one to fit my purpose (unless missed it), as I am sadly pressed for time.