Developers
- Java
How to Add Auth0 Authentication to a Java Application in 5 Mins
- Clojure
Secure a Clojure Web API with Auth0
- Clojure
Create an API server with Clojure and Pedestal
- The Confused Developer
Permissions, Privileges, and Scopes
- iOS
Get Started with iOS Authentication using Swift and UIKit
A step-by-step tutorial on using Auth0 and Swift to implement login/logout and use user metadata in iOS apps.
- .NET
Securing ASP.NET Minimal Web APIs with Auth0
Learn about the new ASP.NET minimal Web APIs introduced in .NET 6.0 and how to secure them with Auth0.
- Angular
State Management in Angular Using NgRx: Pt. 2
See how it's easy to manage your Angular application's state using NgRx and learn how you can use NgRx with Auth0's SDK to handle user-related functionalities.
- Angular
State Management in Angular Using NgRx: Pt. 1
See how it's easy to manage your Angular application's state using NgRx and learn how you can use NgRx with Auth0's SDK to handle user-related functionalities.
- .NET
.NET 6 Highlights
What's new in .NET 6? What are the main relevant features brought by the new version of the .NET platform? Let's take a quick look.
- Next.js
Using Next.js and Auth0 with Supabase
Learn how to integrate Auth0 authentication with database storage and row-level security authorization in Supabase.
- Symfony
Build and Secure a simple Symfony API server using Auth0
Learn how to build a secured Symfony API server using Auth0
- Apache Kafka
Spring Cloud Streams with Apache Kafka
- Rails
How to Add Authorization to a Rails API Following TDD