October 21 2019
How to implement Basic HTTP Authentication in ASP.NET Core 3.1 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.1 & C#. Includes example client apps built with Angular, React and Vue.
October 14 2019
Simple boilerplate ASP.NET Core 3.1 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.1 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
June 13 2019
In part 7 of this Angular 7 tutorial series we're going to copy/migrate the example application from a custom webpack project into an Angular CLI project. This part of the series is optional for those of you that prefer to build apps with the Angular CLI rather than directly with webpack, or if you're just interested in seeing how to migrate an Angular webpack app to the Angular CLI.
June 10 2019
UPDATED Nov 26, 2019 to Angular 8.2.14 - Tutorial with example of how to implement user registration and login functionality with Angular 8, TypeScript and Webpack 4. Including a boilerplate demo application and video on how to deploy to AWS.
May 31 2019
In part 6 of this Angular 7 tutorial series we're going to update the home page to demonstrate fetching, displaying and deleting users from secure api endpoints. We'll also simplify the way alert messages are displayed by creating a centralized alert service and alert component.
May 22 2019
In part 5 of this Angular 7 tutorial series we're going to add a registration form and user service for registering new users.
May 17 2019
In part 4 of this Angular 7 tutorial series we're going to implement authentication with a login form, authentication service and an Angular route guard. We'll also setup a fake backend so we can test the example application without an API.
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.
December 06 2018
A quick tutorial to go through the steps to deploy a Node.js + MongoDB Authentication API to the Heroku Cloud and test it with Postman.
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
October 29 2018
Tutorial with example of how to implement user registration and login functionality 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 14 2018
Tutorial with example of how to implement user registration and login functionality with Vue.js, Vuex and Webpack 4
July 06 2018
Tutorial on how to implement JWT Login Authentication with Vue.js and Vuex, including a working demo login page.
June 26 2018
UPDATED Jan 14, 2019 to ASP.NET Core 2.2 - A clean and simple custom ASP.NET Core API for User Registration, Login with JWT Authentication and User Management.
June 14 2018
A clean and simple custom NodeJS API for Login, Registration and User Management.
May 23 2018
A Custom JWT Authentication Example built with Angular 6, TypeScript and Webpack 4
May 16 2018
UPDATED Sep 14, 2018 to Angular 6.1.7 - Tutorial with example of how to implement user registration and login functionality 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.
December 08 2016
How to redirect a user back to the previous (original) URL after logging into an Angular 2 application.
September 29 2016
UPDATED Nov 23, 2017 to Angular 5.0.3 - An example and tutorial of how to implement user registration and login functionality with Angular 2/5 & TypeScript
August 16 2016
UPDATED May 31, 2018 to Angular 5.2.11 - A Custom JWT Authentication Example written in Angular 2/5 and TypeScript
April 05 2016
An AngularJS login tutorial & example that uses JWT authentication
December 09 2015
A complete example & tutorial on how to implement user registration and login functionality with the MEAN stack.
March 10 2015
UPDATED Dec 13, 2016 to Angular 1.6 - An example and tutorial of how to implement user registration and login functionality with AngularJS
December 01 2014
A simple login example using AngularJS on the front end and ASP.NET Web API 2 on the back end.
May 26 2014
An example of how to setup a simple login page with HTTP Basic Authentication using AngularJS, and also keep the user logged in after the page is refreshed.
February 18 2014
This post shows you how to create a custom authorization attribute which allows you to pass in a list of enums as parameters to restrict access by role. I'm using this attribute on the controllers of a RESTful Web API built with ASP.NET WEB API 2.
June 24 2012
In this post I'll show you how to install and configure the Altairis Web Security Toolkit in an MVC3 application. The Altairis Web Security Toolkit is a simple, easy to use ASP.NET Membership Provider with a clean table structure. It's much nicer to work with than the default ASP.NET Membership Provider.