Reference > API > Security > Authentication
Authentication
Authentication event handlers
WHAT YOU'LL LEARN
- What is exported from
webiny/api/security/authentication? - How to import and use each exported item?
Overview
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
Event Handler Abstraction — imported from webiny/api/security/authentication
Interface AfterAuthenticationHandler.Interface:
Types:
Usage:
extensions/MyHandler.ts
BeforeAuthenticationHandler
Event Handler Abstraction — imported from webiny/api/security/authentication
Interface BeforeAuthenticationHandler.Interface:
Types:
Usage:
extensions/MyHandler.ts