illustration for Custom Authentication Flows for Modern Applications with Auth0 Actions
free

Custom Authentication Flows for Modern Applications with Auth0 Actions

Instructor

Will Johnson

32m closed-captioning
·
8 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.6
30
people completed
Published a year ago
|
Updated a year ago

Auth0 Actions are serverless developer tools you can use to customize the authentication experience in your application.

Actions allow developers to extend Auth0 beyond what it can do out of the box by adding logic to login, user registration, password changes, and other events.

You can quickly solve complex identity problems without hosting your own environment, and worrying about performance, maintenance, and security. Your code is stored and runs on infrastructure owned and maintained by Auth0.

Actions are JavaScript functions that run as part of a flow. Action integrations can be installed in the Dashboard, or Actions can be written directly in the Dashboard’s JavaScript code editor.

With the drag-and-drop flow editor, you can visually arrange Actions to build custom identity flows. You don’t have to rewrite your code to reorder and reconfigure functions.

Follow along with Will Johnson as you download a sample application configured with Auth0, then write code for several Actions.

Some examples of Actions you can create:

  • Block access from certain countries with an Action from the Auth0 marketplace.
  • Use an npm package and secrets to send a Slack message.
  • Redirect users to an a URL after login and back to Auth0
  • This course will give you a solid foundation to start developing your own Actions.

This course will give you a solid foundation to start developing your own Actions.

Free Community Resource

A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.

Course Content

32m • 8 lessons

    You might also like these resources:

    illustration for Introduction to Cloudflare Workers
    Kristian Freeman・36m・Course

    Become familiar with the Workers CLI wrangler that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.

    illustration for Create an eCommerce Store with Next.js and Stripe Checkout
    Colby Fayock・1h 4m・Course

    This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio

    illustration for Practical Git for Everyday Professional Use
    Trevor Miller・1h・Course

    git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.