Posts for May 2020

Published: May 26 2020

ASP.NET Core - Setup Development Environment

A quick post to show how to setup an ASP.NET Core development machine.
Published: May 25 2020

ASP.NET Core 3.1 API - JWT Authentication with Refresh Tokens

How to implement JWT authentication with refresh tokens in an ASP.NET Core 3.1 API. Includes example client app built with Angular.
Published: May 22 2020
Last updated: June 17 2020

Angular 9 - JWT Authentication with Refresh Tokens

An example of how to implement JWT authentication with refresh tokens in Angular 9.
Published: May 20 2020

ASP.NET Core API - Allow CORS requests from any origin and with credentials

This is a quick post to show how to configure an ASP.NET Core API to allow CORS requests from any origin as well as with credentials.
Published: May 15 2020

Angular 9 - Role Based Authorization Tutorial with Example

An example of how to implement role based authorization / access control in Angular 9.
Published: May 14 2020
Last updated: June 22 2020

Angular 9 - Modal Windows

An example of how to implement modal windows in Angular 9.
Published: May 13 2020
Last updated: August 30 2020

Node + Mongo - Boilerplate API with Email Sign Up, Verification, Authentication & Forgot Password

How to build a boilerplate authentication API with Node.js and MongoDB that includes email sign up & verification, authentication & role based authorization, forgot password & reset password functionality, account management (CRUD) routes with role based access control, and Swagger documentation.
Supported by