Step up your authentication with the Step Up Authentication Challenge. Learn how to implement this in an Angular and NestJS project!
Use the Okta Angular SDK to add flexible runtime configuration loading. Check out how to do so in a standalone Angular application!
Authentication and authorization in public clients like single-page applications can be complicated! In this post, we'll walk through the Authorization Code flow with Proof Key for Code Exchange extension to better understand how it works and what do with the auth tokens you get back.
Angular's Dependency Injection is powerful, but complex. We'll demystify configuring providers in Angular and look at practical examples of using Angular's DI system.
Dive into Cross-site Scripting (XSS) mitigation strategies and how to protect your Angular application from XSS attacks.
Dive into Cross-Site Request Forgery (CSRF) mitigation strategies and how to apply them to your Angular application.
Learn the basics of the two most common web security attacks and the ways to mitigate those attacks in your Single Page Applications.
Learn the basics of web security and how to apply web security foundation to protect your Single Page Applications.
A tutorial to prepare your micro frontend Angular project for production by using dynamic module loading, with deployment configured using Vercel.
How to create an Angular web application with micro frontends using Webpack 5 and Module Federation. In this first post of the series, you'll set up the project and share authenticated state in the web application.
A video tutorial on using the Angular animation library to add some dazzle to your app.
Take a tour of my all new work from home setup - from basic WFH needs to AV equipment and more!
Learn how to add configuration to modules in Angular three different ways - from static, changing configs at build time, and to loading configurations at run-time.
Introducing Okta CLI autocompletion in Fig to power up your commandline
This tutorial shows you how to call Azure Cognitive Services to verify faces and store profiles pics in Azure Storage in a .NET MVC app.
A tutorial that shows how to create an Angular app with dynamic component loading.
How to create a test harness for a custom component.
About the Angular CDK testing API, how to get test harnesses, and how to interact with components.
What are test harnesses and how they help simplify your component automated tests.
A quick highlight of a few Angular v13 features with code snippets
Five things to keep in mind about auth for the busy developer.
Using Angular DevTools to inspect components, component properties, and profile change detection in Angular apps.
A behind-the-scenes look at organizing a free all day coding workshop for over 100 participants
Tips to run Angular unit tests and customize your test tooling
Tips to run Angular unit tests and customize your test tooling
Tips to run Angular unit tests and customize your test tooling
A brief overview with code samples and unit test examples using Angular's HttpClient