Legacy authentication router for PhoenixKit.
DEPRECATED: This module is kept for backward compatibility.
Use PhoenixKitWeb.Integration.phoenix_kit_routes/0 macro instead.
This router provides basic forwarding to authentication routes but lacks the advanced features and proper pipeline configuration of the Integration module.
Migration Path
Replace usage of this router with the Integration macro:
# Instead of:
forward "/auth", PhoenixKitWeb.AuthRouter
# Use:
import PhoenixKitWeb.Integration
phoenix_kit_routes()
Summary
Functions
Callback invoked by Plug on every request.
Callback implementation for Phoenix.VerifiedRoutes.formatted_routes/1.
Callback required by Plug that initializes the router for serving web requests.
Callback implementation for Phoenix.VerifiedRoutes.verified_route?/2.
Functions
Callback invoked by Plug on every request.
Callback implementation for Phoenix.VerifiedRoutes.formatted_routes/1.
Callback required by Plug that initializes the router for serving web requests.
Callback implementation for Phoenix.VerifiedRoutes.verified_route?/2.