October 21 2019
How to implement Basic HTTP Authentication in ASP.NET Core 3.0 with C#. Includes example client apps built with Angular, React and Vue.js.
October 16 2019
How to build an API with role based authorization / access control in ASP.NET Core 3.0 & C#. Includes example client apps built with Angular, React and Vue.
October 14 2019
Simple boilerplate ASP.NET Core 3.0 API that supports User Registration, Login and User Management. Includes example client apps built with React, Angular & Vue.
October 11 2019
How to implement JWT authentication in ASP.NET Core 3.0 with C#. Includes example client apps built with React, Angular & Vue.
August 06 2019
A Custom Authentication and Role Based Authorization / Access Control Example built with Angular 8, TypeScript and Angular CLI
June 26 2019
A Custom Basic HTTP Authentication Example built with Angular 8 and the Angular CLI
June 22 2019
A Custom JWT Authentication Example built with Angular 8 and the Angular CLI
April 06 2019
A Custom JWT Authentication Example built with React (without Redux) and Webpack 4
March 08 2019
A Custom Authentication and Role Based Authorization / Access Control Example built with Vue.js and Webpack 4
February 01 2019
A Custom Authentication and Role Based Authorization / Access Control Example built with React and Webpack 4
January 08 2019
How to build an API with role based authorization / access control in ASP.NET Core 2.2 & C#. Includes example client apps built with Angular, React and Vue.
November 28 2018
How to build an API with role based authorization / access control in Node.js & JavaScript. Includes example client apps built with Angular, React and Vue.
November 22 2018
A Custom Authentication and Role Based Authorization / Access Control Example built with Angular 7, TypeScript and Webpack 4
November 16 2018
A Custom JWT Authentication Example built with Angular 7, TypeScript and Webpack 4
September 24 2018
How to implement Basic HTTP Authentication in Node.js with JavaScript. Includes example client apps built with React, Angular & Vue.
September 21 2018
A Custom Basic HTTP Authentication Example built with Vue.js 2, JavaScript and Webpack 4
September 11 2018
A Custom Basic HTTP Authentication Example built with React 16, JavaScript and Webpack 4
September 08 2018
UPDATED Jan 18, 2019 to ASP.NET Core 2.2 - How to implement Basic HTTP Authentication in ASP.NET Core 2.2 with C#. Includes example client apps built with Angular, React and Vue.js.
September 07 2018
A Custom Basic HTTP Authentication Example built with Angular 6, TypeScript and Webpack 4
August 14 2018
UPDATED Jan 8, 2019 to ASP.NET Core 2.2 - How to implement JWT authentication in ASP.NET Core 2.2 with C#. Includes example client apps built with React, Angular & Vue.
August 06 2018
How to implement JWT authentication in Node with JavaScript. Includes example client apps built with React, Angular & Vue.
July 06 2018
Tutorial on how to implement JWT Login Authentication with Vue.js and Vuex, including a working demo login page.
May 23 2018
A Custom JWT Authentication Example built with Angular 6, TypeScript and Webpack 4
December 07 2017
UPDATED Jan 23, 2019 to React 16.7 - Tutorial on how to implement JWT Authentication with React and Redux, including a working demo login page.
September 16 2017
UPDATED Nov 20, 2019 to React 16.12 - Tutorial on how to implement user registration and login functionality with React and Redux, including a boilerplate demo application and video on how to deploy to AWS.
August 16 2016
UPDATED May 31, 2018 to Angular 5.2.11 - A Custom JWT Authentication Example written in Angular 2/5 and TypeScript
June 03 2015
An example of how to implement an incremental delay in C# to prevent brute force or dictionary attacks on an MVC login form.