Manual Register .NET CORE 2.0

Ya! Thanks.
This actually works much better than the lock. I can parse the response right away and insert anything into our local database that we need. Before I had to wait until a Hook hit our API and I didn’t know if the user was successful or not. This is a much better way to do it. The other way sucked.