Developers
- Actions
Enable Multi-factor Authentication with Auth0 and Twilio
- Actions
Use Actions to Show Users an Announcement after Logging in (Or Rickroll Them)
- Actions
Customize User Registration Experience with Auth0 Actions
- Fauna
Building an Edge API Gateway with Fauna and Securing It with Auth0
- The Confused Developer
Forbidden, Unauthorized, or What Else?
How to use HTTP status code in the authorization context? When to use "401 Unauthorized" status code? When to use "403 Forbidden"? Let's try to clarify.
- MFA
Enable SMS MFA with Plivo and Auth0 Actions
Use Auth0 Actions to enable SMS-based MFA with Plivo.
- Android
Working with Auth0 User Profile Information and Metadata in Android Apps
Learn about the three kinds of information stored with each Auth0 user account and how to access them in your Android apps.
- .NET
Add Authentication to Your ASP.NET Core MVC Application
Learn how to add authentication to your ASP.NET Core MVC Application by using Auth0.
- XSS
Defending against XSS with CSP
Learn how to use Content Security Policy (CSP) to prevent the execution of malicious script code in your application.
- Java
How to Add Auth0 Authentication to a Java Application in 5 Mins
Learn how to integrate a Java web application with Auth0 and implement OIDC/OAuth SSO for a Java
- Clojure
Secure a Clojure Web API with Auth0
Learn more about how we can secure our Clojure Web API using Auth0
- Clojure
Create an API server with Clojure and Pedestal
- The Confused Developer
Permissions, Privileges, and Scopes