WHAT YOU'LL LEARN
  • What is exported from webiny/api/security/authentication?
  • How to import and use each exported item?

Overview
anchor

This page documents everything exported from webiny/api/security/authentication. Import any of the items below directly from this path in your Webiny extensions.

AfterAuthenticationHandler
anchor

Event Handler Abstraction — imported from webiny/api/security/authentication

Interface AfterAuthenticationHandler.Interface:

Types:

Usage:

extensions/MyHandler.ts

BeforeAuthenticationHandler
anchor

Event Handler Abstraction — imported from webiny/api/security/authentication

Interface BeforeAuthenticationHandler.Interface:

Types:

Usage:

extensions/MyHandler.ts