.NET Logo
Evangelist
← All Tags

Posts tagged with #Security

The Ultimate Guide to Authentication in Next.js 15
Jul 12, 202515 min read

The Ultimate Guide to Authentication in Next.js 15

A comprehensive guide to implementing authentication in Next.js 15 applications, covering popular libraries like Auth.js (NextAuth.js), Clerk, Supabase Auth, and custom solutions.

How to Enable Multi-Factor Authentication using Microsoft Authenticator
Oct 6, 20244 min read

How to Enable Multi-Factor Authentication using Microsoft Authenticator

Learn how to enable multi-factor authentication using Microsoft Authenticator for your Office 365 account.

Angular 18 and .NET Core API Authorization
Jul 20, 20234 min read

Angular 18 and .NET Core API Authorization

Learn how to implement secure authorization between an Angular 18 frontend and a .NET Core API backend using JWT tokens and role-based access control.