AllReady Web Service Integrations Using Hangfire in ASP.NET Core By either exposing an endpoint that others will invoke into your system or making an HttpClient call to a web service outside your system, you need to take into account
AllReady Using Hangfire to Schedule Jobs in ASP.NET Core Photo by Eric Rothermel on Unsplash This is part of an ongoing series of posts revolving around Humanitarian Toolbox’s allReady open source project. Part of working on this open
AllReady ASP.NET Core: Abstracting External Login Providers with Autofac and the Factory Design Pattern: Part 1 This is the first post in a series on Abstracting External Login Providers with Autofac and the Factory Design Pattern Part 1: Keeping it Local in the Action Method Part
AllReady ASP.NET Core: User Secrets, Secret Manager and External Logins, oh my! ASP.NET Core has a concept called user secrets. What are user secrets? Well, in short they’re usually some type of value, whether is be an AppId or AppSecret
AllReady ASP.NET Core: Retrieving a User's Email and Name from the Twitter External Login Provider Photo by Miguel Á. Padriñán from Pexels TL;DR: if you’ve already set up your Twitter application to allow requesting of users emails and don’t feel like learning
AllReady Open Source Continued: Humanitarian Toolbox and AllReady This post is one in a series of posts I’ll be writing on contributing to the AllReady project. In my previous blog post, I talked about my foray into open source development. Coming from a purely TFS background with no knowledge of Git