You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
I am building a React + Redux app, and like most websites authentication is a necessary. Unfortunately none of the SPA templates include user accounts by default. This has led to some degree of uncertainty with how best to implement security. In searching for 'How to secure a dotnet core SPA app', I see almost every result come up talking about the use of JWT's through a provider such as Identity Server, though I am not a security expert and would prefer to have at least one security option recommended by Microsoft. I've not been able to find an example of securing a React app using asp.net Identity alone, is this possible? It would be extremely helpful if a template could be added which includes authorization.
danilovcpp, bharney, avestura, jonstelly and petertirrell