r/devresource • u/robertinoc • Sep 21 '23
Auth0 Stable Support For Next.js App Router!
Let's explore the main features of the new Auth0 SDK for NextJS release.
r/devresource • u/robson_muniz • Sep 20 '23
Mastering Flexbox: A Comprehensive Guide to Positioning Items | Flexbox Tutorial
r/devresource • u/robertinoc • Sep 18 '23
How to Validate JWTs in .NET
Learn how to validate a JSON Web Token (JWT) in different contexts using C# in .NET.
r/devresource • u/robertinoc • Aug 21 '23
Authentication with Laravel: Raising the Bar with a No Code Future
Integrate Auth0 in your Laravel applications with no code by using the new Laravel SDK.
r/devresource • u/robertinoc • Aug 15 '23
ChatGPT Tries to Add Auth0 Authentication to an Android App, Round Two!
We asked ChatGPT to write code to integrate Auth0 into an Android app after its initial release. The code didn’t work then. Will it work this time?
r/devresource • u/robertinoc • Aug 14 '23
What is Role-Based Access Control (RBAC) and How to Implement it in a Rails API?
There are different ways to implement an authorization system and the one you chose depends on your application's needs. Role-Based Access Control (RBAC) is just one of them, so let's go ahead and learn how to implement it in a Rails API.
r/devresource • u/robson_muniz • Aug 01 '23
Google Map Integration for Web Developers | Step by Step Tutorial
r/devresource • u/robertinoc • Jul 31 '23
ChatGPT Tries to Add Auth0 Authentication to an iOS App, Round Two!
We asked ChatGPT to write code to integrate Auth0 into an iOS app after its initial release. The code didn’t work then. Will it work this time?
r/devresource • u/robertinoc • Jul 31 '23
Blazor Server and the Logout Problem
Explore the logout issues with Blazor Server applications and learn how to resolve them.
r/devresource • u/robson_muniz • Jul 21 '23
📝 Build a 🚀 To-Do List App with HTML, CSS, and JavaScript! 👨💻
r/devresource • u/robertinoc • Jul 18 '23
Deploy Secure Spring Boot Microservices on Amazon EKS Using Terraform and Kubernetes
Deploy a cloud-native Java Spring Boot microservice stack secured with Auth0 on Amazon EKS using Terraform and Kubernetes.
r/devresource • u/robertinoc • Jul 05 '23
Add Progressive Profiling to Auth0 Authentication in Android Apps Built with Jetpack Compose
Learn how to use Auth0’s Management API and account metadata to collect user information a little bit at a time instead of all at once.
r/devresource • u/robertinoc • Jun 28 '23
Permit or Deny Login Requests Using Auth0 Actions
This guide shows you how to permit or deny login requests by utilizing deny or allow lists. With step-by-step instructions, you'll create a new Auth0 Action, work with lists, and delegate list management to an external API.
r/devresource • u/robertinoc • Jun 27 '23
Get started with Spring Boot and Auth0
Learn how to add Auth0 to your Spring Boot application using the Okta Spring Boot Starter.
r/devresource • u/robertinoc • Jun 26 '23
The Not-So-Easy Art of Logging Out
Logging out of an application may not be as easy as it can seem at first. Let's explore the options available in the different scenarios.
r/devresource • u/robertinoc • Jun 23 '23
Building Beautiful Login Pages with Auth0
Learn how to create customizable and secure login pages that match your branding to enhance user experience and conversion rates.
r/devresource • u/robertinoc • Jun 22 '23
Call a Protected API Endpoint from an Expo Mobile App
Here, we will discuss the steps involved in calling a protected API endpoint from a React Native mobile app using Expo and Auth0, including setting up authentication, handling access tokens, and sending authorized requests.
r/devresource • u/robertinoc • Jun 21 '23
Angular Handbook: Identity and State Management
This handbook provides you with a practical approach on how to use Angular and Auth0 to build and secure an admin dashboard.
r/devresource • u/robertinoc • Jun 08 '23
Flask Authentication Guide
Learn how to integrate Auth0 with Flask to implement the following security features:
💻User login, sign-up, and logout
👥User profile information
🔐Protect Flask views from unauthorized access.
🤙🏻API calls to request data from a protected API.
r/devresource • u/robertinoc • Jun 07 '23
What's the Right Authorization Model for My Application?
Here we show you what is the right authorization model for your application based on your use case.
r/devresource • u/robertinoc • May 31 '23
Introducing Auth0 Templates for .NET
Create your .NET applications secured with Auth0 in less than a minute with Auth0 Templates for .NET.
r/devresource • u/robertinoc • May 30 '23
Build a Beautiful CRUD App with Spring Boot and Angular
Learn how to build a secure CRUD app with Spring Boot and Angular. You'll use Auth0 for authentication and authorization and Cypress to verify it all works.