A quick post to show how to setup an ASP.NET Core development machine.
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
An example of how to implement JWT authentication with refresh tokens in Angular 9.
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.
An example of how to implement role based authorization / access control in Angular 9.
Published: May 14 2020
Last updated: June 22 2020
An example of how to implement modal windows in Angular 9.
Published: May 13 2020
Last updated: August 30 2020
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.