Browsed by
Month: October 2019

API authentication with ASP.NET Core 3.0 and Firebase

API authentication with ASP.NET Core 3.0 and Firebase

Nowadays, creating a new web API is easy but securing it can quickly become a struggle. Obviously we want to do it right, for the best value at the minimal cost, so creating and maintaining an authentication provider is not an option. There are multiple ways to get a user store, the one we’ll be using is Firebase. It is free, easy to use and provides with all the options we need (like signing in with email/password or with a…

Read More Read More