Best of Authentication — October 2023
- 1
- 2
Community Picks·2y
Is Next.js 13 + RSC a Good Choice? I Built an App Without Client-Side Javascript to Find Out
The article discusses the author's experience building a full-stack app using Next.js 13 and React Server Components (RSC). It explores the benefits and challenges of using RSC, server actions, and ZenStack for data access and authorization.
- 3
Auth0·2y
.NET 8: What's New for Authentication and Authorization
The release of .NET 8 brings authentication and authorization enhancements such as the new bearer token authentication handler for token-based authentication, Identity API endpoints for user authentication and account management, and simplification in defining custom authorization policies.
- 4
- 5
ITNEXT·2y
Adding users to your Supabase project
The article discusses the importance of user accounts in a Supabase project and provides steps for adding users, connecting a profile table, and implementing row-level security. It also emphasizes the benefits of user engagement and personalized data access in web applications.