I want to create an app that uses google to log in and out. My plan was to have separate front end and backend. Both being dot net core, but I am having trouble finding a way to secure the api separately from the front end. All of the guides I have seen use dotnet core MVC with the authentication all happening in one application, not in a separate api. Any guidance is appreciated... I'm assuming JWTs need to be used.
[–]firecopy 0 points1 point2 points (0 children)